nf-core/fq/subsample @ 0.0.0-0c7146d
Summary
fq subsample outputs a subset of records from single or paired FASTQ files. This requires a seed (--seed) to be set in ext.args.
Get started
Add the following snippet to your workflow script to include this module.
include { FQ_SUBSAMPLE } from 'nf-core/fq/subsample'
License
MIT License
Process
Name
|
FQ_SUBSAMPLE |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fastq
file
|
FASTQ file *.{fq,fastq}{,.gz}
|
Output
2 channels
#1
fastq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fastq.gz
file
|
Randomly sampled FASTQ files. *_R[12].fastq.gz
|
#2
versions_fq
tuple
${task.process}
string
|
The name of the process |
|---|---|
fq
string
|
The name of the tool |
fq subsample --version | sed 's/fq-subsample //; s/ .*//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| fq | fq is a library to generate and validate FASTQ file pairs. | https://github.com/stjude-rust-labs/fq |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:40:03 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Ffq%2Fsubsample/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/fq/subsample/blobs/sha256:e6c33a35d0128e784e30f682dcb74cd91af83f467dc415b56decc849993f2620 |
| Size | 3.3 KB |
| Checksum | sha256:e6c33a35d0128e784e30f682dcb74cd91af83f467dc415b56decc849993f2620 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:40:03 (UTC) | 1 | 3.3 KB | - |