Description

Collect multiple metrics from a BAM file

Input

name:type
description
pattern

meta

:map

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

bam

:file

SAM/BAM/CRAM file

*.{sam,bam,cram}

bai

:file

Optional SAM/BAM/CRAM file index

*.{sai,bai,crai}

meta2

:map

Groovy Map containing reference information e.g. [ id:‘genome’]

fasta

:file

Genome fasta file

meta3

:map

Groovy Map containing reference information e.g. [ id:‘genome’]

fai

:file

Index of FASTA file. Only needed when fasta is supplied.

*.fai

Output

name:type
description
pattern

metrics

meta

:map

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

*_metrics

:file

Alignment metrics files generated by picard

*_{metrics}

pdf

meta

:map

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

*.pdf

:file

PDF plots of metrics

*.{pdf}

versions_picard

${task.process}

:string

The process the versions were collected from

picard

:string

The tool name

picard CollectMultipleMetrics --version 2>&1 | sed -n 's/.*Version://p'

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

picard

:string

The tool name

picard CollectMultipleMetrics --version 2>&1 | sed -n 's/.*Version://p'

:string

The command used to generate the version of the tool

Tools

picard
MIT

A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.