Description

Randomly subsample sequencing reads to a specified coverage

Input

name:type
description
pattern

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

Output

name:type
description
pattern

reads

meta

:map

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

*.fastq.gz

:file

Reads with subsampled coverage

*.fastq.gz

versions_rasusa

${task.process}

:string

The name of the process

rasusa

:string

The name of the tool

rasusa --version 2>&1 | sed -e "s/rasusa //g"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

rasusa

:string

The name of the tool

rasusa --version 2>&1 | sed -e "s/rasusa //g"

:eval

The expression to obtain the version of the tool