2020-08-07 15:29:37 +00:00
|
|
|
name: picard_collectmultiplemetrics
|
|
|
|
description: Collect multiple metrics from a BAM file
|
|
|
|
keywords:
|
|
|
|
- alignment
|
|
|
|
- metrics
|
|
|
|
- statistics
|
|
|
|
- insert
|
|
|
|
- quality
|
|
|
|
- bam
|
|
|
|
tools:
|
|
|
|
- picard:
|
|
|
|
description: |
|
|
|
|
A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS)
|
|
|
|
data and formats such as SAM/BAM/CRAM and VCF.
|
|
|
|
homepage: https://broadinstitute.github.io/picard/
|
|
|
|
documentation: https://broadinstitute.github.io/picard/
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['MIT']
|
2020-08-07 15:29:37 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM file
|
|
|
|
pattern: "*.{bam}"
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: Genome fasta file
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- metrics:
|
|
|
|
type: file
|
|
|
|
description: Alignment metrics files generated by picard
|
|
|
|
pattern: "*_{metrics}"
|
|
|
|
- pdf:
|
|
|
|
type: file
|
|
|
|
description: PDF plots of metrics
|
|
|
|
pattern: "*.{pdf}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2020-08-07 15:29:37 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2020-08-07 15:29:37 +00:00
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|