Skip to content

Commit

Permalink
Merge pull request #1501 from kenibrewer/fix/ascate-genome-params
Browse files Browse the repository at this point in the history
fix: remove string none option from params.ascat_genome
  • Loading branch information
maxulysse authored May 6, 2024
2 parents 8ff6b3d + 5e549bf commit 0777103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Sájtáristjåhkkå is another peak (just under 2k) in the Pårte massif, it is
- [#1496](https://github.com/nf-core/sarek/pull/1496) - Fix multiple DOI handling in manifest
- [#1499](https://github.com/nf-core/sarek/pull/1499) - Remove all md5sum for mosdepth tests
- [#1499](https://github.com/nf-core/sarek/pull/1499) - Add mosdepth dependency to all tests runnning it
- [#1501](https://github.com/nf-core/sarek/pull/1501) - Remove string "None" param option from ascat_genome

### Removed

Expand Down
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 0777103

Please sign in to comment.