Skip to content

Commit

Permalink
Merge branch 'CW-5355' into 'dev'
Browse files Browse the repository at this point in the history
Hide IGV in MinKnow [CW-5355]

Closes CW-5355

See merge request epi2melabs/workflows/wf-human-variation!352
  • Loading branch information
SamStudio8 committed Dec 4, 2024
2 parents e7d07fc + 2fd3f8d commit 42ffefb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
7 changes: 6 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 42ffefb

Please sign in to comment.