From 484c5c1a52a5ee4f8a1821065dd7318195ff5b43 Mon Sep 17 00:00:00 2001 From: Matt Parker Date: Wed, 1 Jun 2022 11:57:35 +0100 Subject: [PATCH] v0.3.16 version bump --- CHANGELOG.md | 2 +- nextflow.config | 2 +- nextflow_schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 191a779..d4282f0 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.16] ### Added - `--pangolin_options` command line arg, use with quotes i.e.: "--analysis-mode fast" - NEB VarSkip V2b primer scheme added diff --git a/nextflow.config b/nextflow.config index fe0a9bf..19f91b8 100644 --- a/nextflow.config +++ b/nextflow.config @@ -33,7 +33,7 @@ params { report_coverage = true report_variant_summary = true report_detailed = false - wfversion = "v0.3.15" + wfversion = "v0.3.16" pangolin_version = "4.0.5" pangolin_options = null nextclade_version = "1.11.0" diff --git a/nextflow_schema.json b/nextflow_schema.json index da05992..46c4b90 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -254,7 +254,7 @@ }, "wfversion": { "type": "string", - "default": "v0.3.15", + "default": "v0.3.16", "hidden": true }, "_min_len": {