You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Path to the MultiQC config file.",
40
+
"format": "file-path"
41
+
},
42
+
"rseqc_sample_count": {
43
+
"type": "integer",
44
+
"default": 15000000,
45
+
"description": "Number of read-pairs used for RSeQC infer_experiment.py and inner_distance.py"
46
+
},
47
+
"max_flag_code": {
48
+
"type": "integer",
49
+
"default": 80,
50
+
"description": "TO DO: implement",
51
+
"hidden": true
52
+
},
53
+
"skip_vv": {
54
+
"type": "boolean",
55
+
"description": "TO DO: Skip VV modules.",
56
+
"hidden": true
57
+
}
58
+
},
59
+
"required": [
60
+
"rseqc_sample_count"
61
+
]
62
+
},
63
+
"boilerplate": {
64
+
"title": "Boilerplate",
65
+
"type": "object",
66
+
"description": "",
67
+
"default": "",
68
+
"properties": {
69
+
"help": {
70
+
"type": "string",
71
+
"description": "Display help menu and exit."
72
+
},
73
+
"version": {
74
+
"type": "boolean",
75
+
"description": "Display version and exit.",
76
+
"fa_icon": "fas fa-question-circle",
77
+
"hidden": true
78
+
},
79
+
"email": {
80
+
"type": "string",
81
+
"hidden": true,
82
+
"description": "TO DO: implement"
83
+
}
84
+
}
85
+
},
86
+
"local_storage": {
87
+
"title": "Local Storage",
88
+
"type": "object",
89
+
"description": "",
90
+
"default": "",
91
+
"properties": {
92
+
"derived_store_path": {
93
+
"type": "string",
94
+
"default": "./DerivedReferences",
95
+
"description": "Location where the derived reference files will be stored.",
96
+
"format": "directory-path"
97
+
},
98
+
"reference_store_path": {
99
+
"type": "string",
100
+
"default": "./References",
101
+
"description": "Location where the reference fasta and gtf will be stored.",
102
+
"format": "directory-path"
103
+
}
104
+
},
105
+
"required": [
106
+
"derived_store_path",
107
+
"reference_store_path"
108
+
]
109
+
},
110
+
"configs": {
111
+
"title": "Configs",
112
+
"type": "object",
113
+
"description": "",
114
+
"default": "",
115
+
"properties": {
116
+
"publish_dir_mode": {
117
+
"type": "string",
118
+
"default": "link",
119
+
"enum": [
120
+
"copy",
121
+
"copyNoFollow",
122
+
"link",
123
+
"move",
124
+
"relink",
125
+
"symlink"
126
+
],
127
+
"description": "Nextflow publishdir mode."
128
+
}
129
+
},
130
+
"required": [
131
+
"publish_dir_mode"
132
+
]
133
+
},
134
+
"input": {
135
+
"title": "Input",
136
+
"type": "object",
137
+
"description": "",
138
+
"default": "",
139
+
"properties": {
140
+
"accession": {
141
+
"type": "string",
142
+
"description": "Input OSD or GLDS identifier as 'OSD-#' or 'GLDS-#' if processing an OSDR dataset.",
143
+
"pattern": "^(OSD|GLDS)-[0-9]+$"
144
+
},
145
+
"runsheet_path": {
146
+
"type": "string",
147
+
"description": "Path to the input runsheet.",
148
+
"format": "file-path"
149
+
},
150
+
"isa_archive_path": {
151
+
"type": "string",
152
+
"description": "Path to the ISA.zip for an OSDR dataset. '--accession' must also be used.",
153
+
"format": "file-path"
154
+
},
155
+
"mode": {
156
+
"type": "string",
157
+
"default": "default",
158
+
"description": "Specifies whether to use the default Eukaryotes workflow or the Prokaryotes workflow with ' --mode microbes'.",
159
+
"enum": [
160
+
"default",
161
+
"microbes"
162
+
]
163
+
},
164
+
"output_suffix": {
165
+
"type": "string",
166
+
"default": "_GLbulkRNAseq",
167
+
"description": "Specifies a string that should be used to label the output file names."
168
+
}
169
+
},
170
+
"required": [
171
+
"mode",
172
+
"output_suffix"
173
+
]
174
+
},
175
+
"references": {
176
+
"title": "References",
177
+
"type": "object",
178
+
"description": "By default, reference_table points to GeneLab Reference Annotations Table GL-DPPD-7110-A_annotations.csv which defines reference FASTA and GTF files and associated GeneLab-generated gene annotations.",
0 commit comments