Skip to content

Commit 6afa2e3

Browse files
committed
fix: add unvalidated hash id module param to nextflow schema
1 parent 2d014d6 commit 6afa2e3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

nextflow_schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@
193193
"help_text": "Sample metadata file used for SQANTI3 filtering.",
194194
"fa_icon": "fas fa-file-csv"
195195
},
196+
"generate_hashids_script": {
197+
"type": "string",
198+
"format": "file-path",
199+
"exists": true,
200+
"description": "Path to hash ID generation R script.",
201+
"help_text": "R script used to generate hash IDs for transcripts.",
202+
"fa_icon": "far fa-file-code"
203+
},
196204
"filter_script": {
197205
"type": "string",
198206
"format": "file-path",

0 commit comments

Comments
 (0)