From 0d54a40865e4829dd9698522c861176f6c7c5afd Mon Sep 17 00:00:00 2001 From: Sam Nicholls Date: Tue, 25 Jun 2024 18:59:37 +0000 Subject: [PATCH] wf-human-variation v2.2.5 --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec0f3b..8fad827 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [unreleased] +## [v2.2.5] ### Fixed - Non-deterministic SNP output when `--phased` is on. - Post-Clair3 `whatshap` phases only SNVs to match whatshap<2.0 behaviour. diff --git a/nextflow.config b/nextflow.config index de651b9..c47e40b 100755 --- a/nextflow.config +++ b/nextflow.config @@ -148,7 +148,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.2.4' + version = '2.2.5' } epi2melabs {