Description

Collect metrics about the insert size distribution of a paired-end library.

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

BAM/CRAM/SAM file

*.{bam,cram,sam}

Output

name:type
description
pattern

metrics{:bash}

meta{:bash}

:map

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

*.txt{:bash}

:file

Values used by Picard to generate the insert size histograms

*.txt

histogram{:bash}

meta{:bash}

:map

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

*.pdf{:bash}

:file

Insert size histogram in PDF format

*.pdf

versions_picard{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

picard{:bash}

:string

The tool name

picard CollectInsertSizeMetrics --version 2>&1 | sed -n 's/.*Version://p'{:bash}

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

picard{:bash}

:string

The tool name

picard CollectInsertSizeMetrics --version 2>&1 | sed -n 's/.*Version://p'{:bash}

:string

The command used to generate the version of the tool

Tools

picard
MIT

Java tools for working with NGS data in the BAM format