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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -319,6 +319,16 @@
319
319
"help_text": "This parameter is *mandatory* if `--genome` is not specified. Needs to contain the following attributes: `gene_id`, `transcript_id` and `gene_name`.",
320
320
"pattern": "\\.gtf$"
321
321
},
322
+
"blacklist": {
323
+
"type": "string",
324
+
"fa_icon": "fas fa-ban",
325
+
"format": "file-path",
326
+
"exists": true,
327
+
"mimetype": "text/plain",
328
+
"pattern": "^\\S+\\.bed$",
329
+
"description": "Path to blacklist bed file.",
330
+
"default": null
331
+
},
322
332
"mature": {
323
333
"type": "string",
324
334
"description": "Path to FASTA file with mature miRNAs. This parameter needs to be specified to perform miRNA interaction analyses.",
0 commit comments