Skip to content

Commit

Permalink
Merge branch 'version-bump-june' into 'dev'
Browse files Browse the repository at this point in the history
v0.3.16 version bump

See merge request epi2melabs/workflow-containers/wf-artic!112
  • Loading branch information
mattdmem committed Jun 1, 2022
2 parents 243266d + 484c5c1 commit 218aa1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.3.15",
"default": "v0.3.16",
"hidden": true
},
"_min_len": {
Expand Down

0 comments on commit 218aa1d

Please sign in to comment.