Description

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

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

Sorted BAM/CRAM/SAM file

*.{bam,cram,sam}

bai{:bash}

:file

Index for bam file

*.{bai}

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

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

*.bam{:bash}

:file

Sorted BAM file

*.{bam}

bai{:bash}

meta{:bash}

:map

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

*.bai{:bash}

:file

Index for bam file

*.{bai}

versions_fgbio{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

fgbio{:bash}

:string

The tool name

fgbio --version 2>&1 | tr -d "[:cntrl:]" | sed -e "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 process the versions were collected from

fgbio{:bash}

:string

The tool name

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

:eval

The expression to obtain the version of the tool