Skip to content

Commit

Permalink
Merge branch 'release-v0.3.3' into 'dev'
Browse files Browse the repository at this point in the history
release-v0.3.3

See merge request epi2melabs/workflow-containers/wf-artic!55
  • Loading branch information
Thomas Rich committed Sep 7, 2021
2 parents 47a5fb5 + 0f21047 commit f7c1309
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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).

## [unreleased]
## [v0.3.3]
### Changed
- Update nextclade to c++ version 1.3.0, install via bioconda.
- Update aplanat to v0.5.4.
### Added
- V4.1 primer set for spike-seq.
- Tag for pangolin image is now specified in nextflow config.
- Integrate max_softclip_length parameter to be passed into artic minion.
### Fixed
- Parsing of sample_name column from summary files during report curation.

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ params {
report_lineage = true
report_coverage = true
report_variant_summary = true
wfversion = "v0.3.2"
wfversion = "v0.3.3"
pangolin_version = "3.1.4"
aws_image_prefix = null
aws_queue = null
Expand Down

0 comments on commit f7c1309

Please sign in to comment.