diff --git a/CHANGELOG.md b/CHANGELOG.md index bc90f33..db249ea 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.5.1] +- Hidden additional options in MinKNOW for a simplified user experience. + ## [v2.5.0] ### Changed - Reconciled workflow with wf-template v5.3.2 diff --git a/nextflow.config b/nextflow.config index 6370723..178ac40 100755 --- a/nextflow.config +++ b/nextflow.config @@ -141,7 +141,7 @@ manifest { description = 'SNV calling, SV calling, modified base calling, CNV calling, and STR genotyping of human samples.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = '2.5.0' + version = '2.5.1' } epi2melabs { diff --git a/nextflow_schema.json b/nextflow_schema.json index 50f398c..2443e4a 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -297,7 +297,12 @@ "type": "boolean", "default": false, "description": "Visualize outputs in the EPI2ME IGV visualizer.", - "help_text": "Enabling this option will visualize the alignments and VCF files in the EPI2ME desktop app IGV visualizer." + "help_text": "Enabling this option will visualize the alignments and VCF files in the EPI2ME desktop app IGV visualizer.", + "overrides": { + "minknow": { + "hidden": true + } + } }, "out_dir": { "title": "Output directory",