From 0b633bfc62727b2e324f973b062d9be749cb170c Mon Sep 17 00:00:00 2001 From: Julian Libiseller-Egger Date: Fri, 27 Oct 2023 23:37:14 +0000 Subject: [PATCH] version bump for tag --- CHANGELOG.md | 3 ++- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe1044..4455fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ 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] +## [v0.4.1] ### Changed - The workflow now also emits VCF index files as well as BAM / VCF index files for combined outputs when running with `--combine_results`. + ### Fixed - Emitting an empty consensus FASTA file when consensus generation failed in certain situations. Instead, no file is emitted. - Now uses the downsampled BAM for `medaka annotate`. diff --git a/nextflow.config b/nextflow.config index 185a7ba..5d86db7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -71,7 +71,7 @@ manifest { description = 'Amplicon workflow' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v0.4.0' + version = 'v0.4.1' } epi2melabs {