Skip to content

Commit

Permalink
prep v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Mar 23, 2021
1 parent 7e941bf commit 916dc12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 916dc12

Please sign in to comment.