From 59adcb4c836ee6ea3e1240fa21c6dbc60a0bc648 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 28 Jul 2021 10:38:48 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 ++++++++ nextflow.config | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ebdcd..9b6bfef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.3.2] +### Changed +- Updated `fastcat` and `aplanat` versions for standardised software version + reporting. +### Fixed +- Empty GVCF file not produced when ARTIC failed. +- `conda` environment file location incorrectly specified in `nextflow.config` + ## [v0.3.1] ### Added - Per-sample bam files now published to output directory. diff --git a/nextflow.config b/nextflow.config index afe12b5..3697ed2 100644 --- a/nextflow.config +++ b/nextflow.config @@ -26,7 +26,7 @@ params { report_lineage = true report_coverage = true report_variant_summary = true - wfversion = "v0.3.1" + wfversion = "v0.3.2" aws_image_prefix = null aws_queue = null lab_id = null