diff --git a/CHANGELOG.md b/CHANGELOG.md index ea58118..a24ecc9 100644 --- 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v0.3.0] ### Fixed - Updated medaka to v1.4.3 for model pre-download. - Work around issue where pyvcf writes QUAL values as '.' and not 0. diff --git a/nextflow.config b/nextflow.config index d5c1cad..9d06451 100644 --- a/nextflow.config +++ b/nextflow.config @@ -25,7 +25,7 @@ params { report_lineage = true report_coverage = true report_variant_summary = true - wfversion = "v0.2.3" + wfversion = "v0.3.0" aws_image_prefix = null aws_queue = null lab_id = null