forked from nf-core/modules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmeta.yml
More file actions
94 lines (94 loc) · 2.67 KB
/
meta.yml
File metadata and controls
94 lines (94 loc) · 2.67 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: rmarkdownnotebook
description: Render an rmarkdown notebook. Supports parametrization.
keywords:
- R
- notebook
- reports
tools:
- rmarkdown:
description: Dynamic Documents for R
homepage: https://rmarkdown.rstudio.com/
documentation: https://rmarkdown.rstudio.com/lesson-1.html
tool_dev_url: https://github.com/rstudio/rmarkdown
licence:
- "GPL-3"
identifier: ""
input:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- notebook:
type: file
description: Rmarkdown file
pattern: "*.{Rmd}"
ontologies:
- edam: http://edamontology.org/format_4000
- parameters:
type: map
description: |
Groovy map with notebook parameters which will be passed to
rmarkdown to generate parametrized reports.
- input_files:
type: file
description: One or multiple files serving as input data for the notebook.
pattern: "*"
ontologies: []
output:
report:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*.html":
type: file
description: HTML report generated from Rmarkdown
pattern: "*.html"
ontologies: []
parameterised_notebook:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*.parameterised.Rmd":
type: file
description: Parameterised Rmarkdown file
pattern: "*.parameterised.Rmd"
ontologies:
- edam: http://edamontology.org/format_4000
artifacts:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- artifacts/*:
type: file
description: Artifacts generated by the notebook
pattern: "artifacts/*"
ontologies: []
session_info:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- session_info.log:
type: file
description: dump of R SessionInfo
pattern: "*.log"
ontologies: []
versions:
- versions.yml:
type: file
description: File containing software versions
pattern: "versions.yml"
ontologies:
- edam: http://edamontology.org/format_3750
authors:
- "@grst"
maintainers:
- "@grst"