Description

write your description here

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

Sorted BAM/CRAM/SAM file

*.{bam,cram,sam}

Output

name:type
description
pattern

json{:bash}

meta{:bash}

:map

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

*.json{:bash}

:file

json containing bam statistics

*.json

versions_bamstats{:bash}

${task.process}{:bash}

:string

The name of the process

bamstats{:bash}

:string

The name of the tool

bamstats --version | grep "version: " | sed -e s"/version: //"{: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

bamstats{:bash}

:string

The name of the tool

bamstats --version | grep "version: " | sed -e s"/version: //"{:bash}

:eval

The expression to obtain the version of the tool

Tools

bamstats
BSD-3-clause

A command line tool to compute mapping statistics from a BAM file