Description

Outputs some statistics drawn from read flags.

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM file

*.{bam}

Output

name:type
description
pattern

stats

meta

:map

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

*.stats

:file

Stats file

*.{stats}

versions_sambamba

${task.process}

:string

The name of the process

sambamba

:string

The name of the tool

sambamba --version 2>&1 | grep -oPm1 'sambamba \\K[0-9.]+'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

sambamba

:string

The name of the tool

sambamba --version 2>&1 | grep -oPm1 'sambamba \\K[0-9.]+'

:eval

The expression to obtain the version of the tool

Tools