Description

Copies the UMI at the end of a bam files read name to the RX tag.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

bam

:file

Sorted BAM/CRAM/SAM file

*.{bam,cram,sam}

bai

:file

Index for bam file

*.{bai}

Output

name:type
description
pattern

bam

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.bam

:file

Sorted BAM file

*.{bam}

bai

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.bai

:file

Index for bam file

*.{bai}

versions_fgbio

${task.process}

:string

The process the versions were collected from

fgbio

:string

The tool name

fgbio --version 2>&1 | tr -d "[:cntrl:]" | sed -e "s/^.*Version: //;s/\[.*$//"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

fgbio

:string

The tool name

fgbio --version 2>&1 | tr -d "[:cntrl:]" | sed -e "s/^.*Version: //;s/\[.*$//"

:eval

The expression to obtain the version of the tool