Description

The pbbam software package provides components to create, query, & edit PacBio BAM files and associated indices. These components include a core C++ library, bindings for additional languages, and command-line utilities.

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM files to merge

*.bam

Output

name:type
description
pattern

bam

meta

:map

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

*.bam

:file

The merged bam file

*.bam

pbi

meta

:map

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

*.pbi

:file

BAM Pacbio index file

*.bam.pbi

versions_pbbam

${task.process}

:string

The name of the process

pbbam

:string

The name of the tool

pbmerge --version | head -n1 | sed 's/pbmerge //' | sed -E 's/ .+//'

:string

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

pbbam

:string

The name of the tool

pbmerge --version | head -n1 | sed 's/pbmerge //' | sed -E 's/ .+//'

:string

The expression to obtain the version of the tool