Description

Subsample reads from FASTQ files

Input

name:type
description
pattern

meta:map

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

]

reads:file

List of input FastQ files

*.{fastq.gz}

sample_size:integer

Number of reads to sample.

Output

name:type
description
pattern

reads

meta:map

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

]

*.fastq.gz:file

Subsampled FastQ files

*.{fastq.gz}

versions

versions.yml:file

File containing software versions

versions.yml

Tools

seqtk
MIT

Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. Seqtk sample command subsamples sequences.