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
Copy file name to clipboardExpand all lines: nextflow_schema.json
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -163,25 +163,17 @@
163
163
"igenomes_base": {
164
164
"type": "string",
165
165
"format": "directory-path",
166
-
"description": "Directory / URL base for iGenomes references.",
167
-
"default": "s3://ngi-igenomes/igenomes/",
168
-
"fa_icon": "fas fa-cloud-download-alt",
169
-
"hidden": true
166
+
"description": "The base path to the igenomes reference files",
167
+
"fa_icon": "fas fa-ban",
168
+
"hidden": true,
169
+
"default": "s3://ngi-igenomes/igenomes/"
170
170
},
171
171
"igenomes_ignore": {
172
172
"type": "boolean",
173
173
"description": "Do not load the iGenomes reference config.",
174
174
"fa_icon": "fas fa-ban",
175
175
"hidden": true,
176
176
"help_text": "Do not load `igenomes.config` when running the pipeline. You may choose this option if you observe clashes between custom parameters and those supplied in `igenomes.config`."
177
-
},
178
-
"igenomes_base": {
179
-
"type": "string",
180
-
"format": "directory-path",
181
-
"description": "The base path to the igenomes reference files",
0 commit comments