nf-core/sratools/fasterqdump @ 0.0.0-0c7146d
Summary
Extract sequencing reads in FASTQ format from a given NCBI Sequence Read Archive (SRA).
Get started
Add the following snippet to your workflow script to include this module.
include { SRATOOLS_FASTERQDUMP } from 'nf-core/sratools/fasterqdump'
License
MIT License
Process
Name
|
SRATOOLS_FASTERQDUMP |
|---|
Input
3 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
sra
directory
|
Directory containing ETL data for the given SRA. */*.sra
|
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
reads
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fastq.gz
file
|
Extracted FASTQ file or files if the sequencing reads are paired-end. *.fastq.gz
|
#2
versions_pigz
tuple
${task.process}
string
|
The name of the process |
|---|---|
pigz
string
|
The name of the tool |
pigz --version 2>&1 | sed 's/pigz //g'
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-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:16:15 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsratools%2Ffasterqdump/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/sratools/fasterqdump/blobs/sha256:00099e909eccefd6378add5eda75705244d4938e36e013b0f62b44630be1843b |
| Size | 3.2 KB |
| Checksum | sha256:00099e909eccefd6378add5eda75705244d4938e36e013b0f62b44630be1843b |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 19:16:15 (UTC) | 1 | 3.2 KB | - |