From 5e549bfb7f2ea420a5291bead370e80a5fb235aa Mon Sep 17 00:00:00 2001 From: Ken Brewer Date: Sun, 5 May 2024 21:24:46 +0000 Subject: [PATCH] fix: remove string none option from params.ascat_genome --- CHANGELOG.md | 1 + nextflow_schema.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c03e477e..63944eaf64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nextflow_schema.json b/nextflow_schema.json index 0c58c57655..7545b9930e 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -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": {