-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathmeta.yml
More file actions
29 lines (29 loc) · 757 Bytes
/
meta.yml
File metadata and controls
29 lines (29 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: parse_contamination
description: Parse GATK CalculateContamination output for MultiQC
keywords:
- contamination
- MultiQC
- parsing
tools:
- python:
description: Python programming language
homepage: https://www.python.org/
input:
- meta:
type: map
description: Groovy Map containing sample information
- contamination_table:
type: file
description: GATK CalculateContamination output table
pattern: "*.contamination.table"
output:
- mqc_table:
type: file
description: MultiQC custom content table
pattern: "*_contamination_mqc.tsv"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "56053vujinovic"