Description

Locate and tag duplicate reads in a BAM file

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

BAM/CRAM file

*.{bam,cram}

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

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

*.bam{:bash}

:file

BAM file with duplicate reads marked/removed

*.{bam}

metrics{:bash}

meta{:bash}

:map

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

*.metrics.txt{:bash}

:file

Duplicate metrics file generated by biobambam

*.{metrics.txt}

versions_biobambam{:bash}

${task.process}{:bash}

:string

The name of the process

biobambam{:bash}

:string

The name of the tool

bammarkduplicates2 --version |& sed '1!d; s/.*version //; s/.\$//'{: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

biobambam{:bash}

:string

The name of the tool

bammarkduplicates2 --version |& sed '1!d; s/.*version //; s/.\$//'{:bash}

:eval

The expression to obtain the version of the tool

Tools

biobambam
GPL v3

biobambam is a set of tools for early stage alignment file processing.