Description

find and mark duplicate reads in BAM file

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM/CRAM/SAM file

*.{bam,cram,sam}

Output

name:type
description
pattern

bam

meta

:map

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

*.bam

:file

Sorted BAM/CRAM/SAM file

*.{bam,cram,sam}

bai

meta

:map

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

*.bai

:file

An optional BAM index file.

*.{bai}

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