Description

Randomly subsample sequencing reads to a specified coverage

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

List of input paired-end FastQ files

genome_size{:bash}

:string

Genome size of the species

depth_cutoff{:bash}

:integer

Depth of coverage cutoff

Output

name:type
description
pattern

reads{:bash}

meta{:bash}

:map

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

*.fastq.gz{:bash}

:file

Reads with subsampled coverage

*.fastq.gz

versions_rasusa{:bash}

${task.process}{:bash}

:string

The name of the process

rasusa{:bash}

:string

The name of the tool

rasusa --version 2>&1 | sed -e "s/rasusa //g"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

rasusa{:bash}

:string

The name of the tool

rasusa --version 2>&1 | sed -e "s/rasusa //g"{:bash}

:eval

The expression to obtain the version of the tool