Randomly subsample sequencing reads to a specified coverage
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
reads
:file
List of input paired-end FastQ files
genome_size
:string
Genome size of the species
depth_cutoff
:integer
Depth of coverage cutoff
*.fastq.gz
Reads with subsampled coverage
versions_rasusa
${task.process}
The name of the process
rasusa
The name of the tool
rasusa --version 2>&1 | sed -e "s/rasusa //g"
:eval
The expression to obtain the version of the tool
versions