Skip to content

Commit

Permalink
fix: remove string none option from params.ascat_genome
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer authored May 5, 2024
1 parent 017d1ee commit 86b6060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"fa_icon": "fa-solid fa-text",
"description": "ASCAT genome.",
"help_text": "If you use AWS iGenomes, this has already been set for you appropriately.\n\nMust be set to run ASCAT, either hg19 or hg38. If you use AWS iGenomes, this has already been set for you appropriately.",
"enum": ["None", "hg19", "hg38"],
"enum": ["hg19", "hg38"],
"hidden": true
},
"ascat_alleles": {
Expand Down

0 comments on commit 86b6060

Please sign in to comment.