nf-core/fq/generate @ 0.0.0-6c4ed3a
Summary
fq generate is a FASTQ file pair generator. It creates two reads, formatting names as described by Illumina. While generate creates "valid" FASTQ reads, the content of the files are completely random. The sequences do not align to any genome. This requires a seed (--seed) to be supplied in ext.args.
Get started
Add the following snippet to your workflow script to include this module.
include { FQ_GENERATE } from 'nf-core/fq/generate'
License
MIT License
Process
Name
|
FQ_GENERATE |
|---|
Input
1 channel
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|
Output
2 channels
#1
fastq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fastq.gz
file
|
Random generated FASTQ files. *_R[12].fastq.gz
|
#2
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| 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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:17:41 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ffq%2Fgenerate/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/fq/generate/blobs/sha256:9098f4aafe98f4fdf2c39cd2b0ec6071bf2221f04f2347db63d02e827f5cf42e |
| Size | 2.4 KB |
| Checksum | sha256:9098f4aafe98f4fdf2c39cd2b0ec6071bf2221f04f2347db63d02e827f5cf42e |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:17:41 (UTC) | 3 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:12:24 (UTC) | 3 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:01:38 (UTC) | 4 | 2.3 KB |