Description

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.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

Output

name:type
description
pattern

fastq

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

versions_fq

${task.process}

:string

The name of the process

fq

:string

The name of the tool

fq generate --version | sed 's/fq-generate //;s/ .*//'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

fq

:string

The name of the tool

fq generate --version | sed 's/fq-generate //;s/ .*//'

:eval

The expression to obtain the version of the tool

Tools

fq
MIT

fq is a library to generate and validate FASTQ file pairs.