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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -331,12 +331,12 @@
331
331
"fa_icon": "fas fa-cloud-download-alt",
332
332
"hidden": true
333
333
},
334
-
"igenomes_ignore": {
334
+
"load_igenomes": {
335
335
"type": "boolean",
336
-
"description": "Do not load the iGenomes reference config.",
336
+
"description": "Load the iGenomes reference config.",
337
337
"fa_icon": "fas fa-ban",
338
338
"hidden": true,
339
-
"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`."
339
+
"help_text": "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`."
0 commit comments