Description

Generate statistics from a bam file

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

the bam file to calculate statistics of

*.{bam}

bai{:bash}

:file

BAM index file

*.{bai}

Output

name:type
description
pattern

txt{:bash}

meta{:bash}

:file

bam statistics report

*.bam_stat.txt

*.bam_stat.txt{:bash}

:file

bam statistics report

*.bam_stat.txt

versions_rseqc{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

rseqc{:bash}

:string

The tool name

bam_stat.py --version | sed "s/bam_stat.py //"{: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

rseqc{:bash}

:string

The tool name

bam_stat.py --version | sed "s/bam_stat.py //"{:bash}

:eval

The expression to obtain the version of the tool

Tools

rseqc
GPL-3.0-or-later

RSeQC package provides a number of useful modules that can comprehensively evaluate high throughput sequence data especially RNA-seq data.