Skip to content

Commit

Permalink
Fix nextflow schema
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Mar 7, 2024
1 parent 6b46540 commit 904743e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@
"kallisto_index": {
"type": "string",
"description": "Specify a path to the precomputed Kallisto index.",
"fa_icon": "fas fa-rainbow"
"fa_icon": "fas fa-rainbow",
"format": "file-path",
"exists": true
},
"kb_t1c": {
"type": "string",
Expand All @@ -236,7 +238,7 @@
"kb_t2c": {
"type": "string",
"description": "Specify a path to the intron transcripts-to-capture.",
"fa_icon": "fas fa-rainbow"
"fa_icon": "fas fa-rainbow",
"format": "file-path",
"exists": true
},
Expand Down

0 comments on commit 904743e

Please sign in to comment.