diff --git a/CHANGELOG.md b/CHANGELOG.md index a7876a9..e2f9e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ 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). -## [unreleased] +## [v0.1.3] ### Added - Check format of sample sheet before executing main workflow. ### Fixed - Parsing of V1200 .bed file for nextclade report. - Empty barcode directories are ignored. +- Nextclade report component upgraded to better handle poor data. ## [v0.1.2] ### Fixed diff --git a/nextflow.config b/nextflow.config index a1fd33c..c9ff4c5 100644 --- a/nextflow.config +++ b/nextflow.config @@ -19,7 +19,7 @@ params { medaka_model = "r941_min_high_g360" scheme_name = "SARS-CoV-2" scheme_version = "V3" - wfversion = "v0.1.2" + wfversion = "v0.1.3" } executor {