forked from nf-core/seqinspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yml
More file actions
72 lines (72 loc) · 2.16 KB
/
meta.yml
File metadata and controls
72 lines (72 loc) · 2.16 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: "checkqc"
description: A simple program to parse Illumina NGS data and check it for
quality criteria
keywords:
- QC
- Illumina
- genomics
tools:
- "checkqc":
description: "A simple program to parse Illumina NGS data and check it for quality
criteria."
homepage: "https://github.com/Molmed/checkQC"
documentation: "http://checkqc.readthedocs.io/en/latest/"
doi: "10.21105/joss.00556"
licence:
- "GPL v3"
identifier: ""
input:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- run_dir:
type: file
description: |
Illumina sequencing run directory
Can be directory or a compressed tar (tar.gz) of the directory
ontologies: []
- checkqc_config:
type: file
description: CheckQC configuration file
pattern: "*.{yml,yaml}"
ontologies:
- edam: http://edamontology.org/format_3750
output:
report:
- - meta:
type: file
description: CheckQC report in json format
pattern: "*checkqc_report.json"
ontologies:
- edam: http://edamontology.org/format_3464
- "*checkqc_report.json":
type: file
description: CheckQC report in json format
pattern: "*checkqc_report.json"
ontologies:
- edam: http://edamontology.org/format_3464
versions_checkqc:
- - ${task.process}:
type: string
description: The name of the process
- checkqc:
type: string
description: The name of the tool
- 'checkqc --version | sed -e "s/checkqc, version //g"':
type: eval
description: The expression to obtain the version of the tool
topics:
versions:
- - ${task.process}:
type: string
description: The name of the process
- checkqc:
type: string
description: The name of the tool
- 'checkqc --version | sed -e "s/checkqc, version //g"':
type: eval
description: The expression to obtain the version of the tool
authors:
- "@matrulda"