nf-core/sratools/prefetch @ 0.0.0-6c4ed3a
Summary
Download sequencing data from the NCBI Sequence Read Archive (SRA).
Get started
Add the following snippet to your workflow script to include this module.
include { SRATOOLS_PREFETCH } from 'nf-core/sratools/prefetch'
License
MIT License
Process
Name
|
SRATOOLS_PREFETCH |
|---|
Input
3 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
id
string
|
A string denoting an SRA id. |
ncbi_settings
file
|
An NCBI user settings file. *.mkfg
|
|---|
certificate
file
|
Path to a JWT cart file used to access protected dbGAP data on SRA using the sra-toolkit *.cart
|
|---|
Output
3 channels
#1
sra
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${id}
directory
|
Directory containing SRA data files */*.sra
|
#2
versions_curl
tuple
${task.process}
string
|
The name of the process |
|---|---|
curl
string
|
The name of the tool |
curl --version | sed '1!d;s/^curl //; s/ .*//'
eval
|
The expression to obtain the version of the tool |
#3
versions_sratools
tuple
${task.process}
string
|
The name of the process |
|---|---|
sratools
string
|
The name of the tool |
prefetch --version 2>&1 | grep -Eo '[0-9.]+'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| sratools | SRA Toolkit and SDK from NCBI | https://github.com/ncbi/sra-tools |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:47:13 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsratools%2Fprefetch/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/sratools/prefetch/blobs/sha256:e1cc470b2deee90e29bd5f18ebee6073633a320d5c36770621127e0b36b1d432 |
| Size | 3.3 KB |
| Checksum | sha256:e1cc470b2deee90e29bd5f18ebee6073633a320d5c36770621127e0b36b1d432 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:47:13 (UTC) | 3 | 3.3 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:32:38 (UTC) | 3 | 3.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:40:19 (UTC) | 4 | 3.3 KB |