Skip to content

Commit

Permalink
Add addition reference genome parameters to schema
Browse files Browse the repository at this point in the history
Triggers appearence of these important parameters in the startup display
text to show the configured values.
  • Loading branch information
scwatts committed Oct 28, 2024
1 parent 906d9a0 commit 5f5787f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,41 @@
"description": "Path to VIRUSBreakend database (directory or tarball).",
"fa_icon": "far fa-file-code"
},
"ref_data_genome_fasta": {
"type": "string",
"description": "Path to reference genome FASTA.",
"fa_icon": "far fa-file-code"
},
"ref_data_genome_fai": {
"type": "string",
"description": "Path to reference genome FAI.",
"fa_icon": "far fa-file-code"
},
"ref_data_genome_dict": {
"type": "string",
"description": "Path to reference genome dict.",
"fa_icon": "far fa-file-code"
},
"ref_data_genome_bwamem2_index": {
"type": "string",
"description": "Path to reference genome bwa-mem2 index.",
"fa_icon": "far fa-file-code"
},
"ref_data_genome_gridss_index": {
"type": "string",
"description": "Path to reference genome GRIDSS index.",
"fa_icon": "far fa-file-code"
},
"ref_data_genome_star_index": {
"type": "string",
"description": "Path to reference genome STAR index.",
"fa_icon": "far fa-file-code"
},
"ref_data_genome_gtf": {
"type": "string",
"description": "Path to reference genome GTF.",
"fa_icon": "far fa-file-code"
},
"ref_data_hla_slice_bed": {
"type": "string",
"format": "file-path",
Expand Down

0 comments on commit 5f5787f

Please sign in to comment.