nf-core/seqtk/sample @ 0.0.0-6c4ed3a
Summary
Subsample reads from FASTQ files
Get started
Add the following snippet to your workflow script to include this module.
include { SEQTK_SAMPLE } from 'nf-core/seqtk/sample'
License
MIT License
Process
Name
|
SEQTK_SAMPLE |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
List of input FastQ files *.{fastq.gz}
|
sample_size
float
|
Fraction (<1.0) or number (>=1) of reads to sample. |
Output
2 channels
#1
reads
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fastq.gz
file
|
Subsampled FastQ files *.{fastq.gz}
|
#2
versions_seqtk
tuple
${task.process}
string
|
The name of the process |
|---|---|
seqtk
string
|
The name of the tool |
seqtk 2>&1 | sed -n 's/^Version: //p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| seqtk | Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. Seqtk sample command subsamples sequences. | https://github.com/lh3/seqtk |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:44:49 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fseqtk%2Fsample/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/seqtk/sample/blobs/sha256:73c155d6e4ca16f7fe4b0fd96f202ec99151cc30a26769f0af2e8396e8729e4e |
| Size | 2.6 KB |
| Checksum | sha256:73c155d6e4ca16f7fe4b0fd96f202ec99151cc30a26769f0af2e8396e8729e4e |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:49 (UTC) | 3 | 2.6 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:43 (UTC) | 3 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:37:07 (UTC) | 3 | 2.6 KB |