2021-03-22 16:05:59 +00:00
|
|
|
name: picard_collectwgsmetrics
|
|
|
|
description: Collect metrics about coverage and performance of whole genome sequencing (WGS) experiments.
|
|
|
|
keywords:
|
|
|
|
- alignment
|
|
|
|
- metrics
|
|
|
|
- statistics
|
|
|
|
- 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']
|
2021-03-22 16:05:59 +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}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-03-22 16:05:59 +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"
|
2021-03-22 16:05:59 +00:00
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|
|
|
|
- "@flowuenne"
|
|
|
|
- "@lassefolkersen"
|