Skip to content

Commit

Permalink
Update CHANGELOG.md, nextflow.config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Rich committed May 19, 2021
1 parent acd495b commit 9270f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [v0.2.1]
### Fixed
- Intermittent error producing genotyping summary

## [v0.2.0]
### Added
- Ability to configure depth coverage reporting value.
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.2.0"
wfversion = "v0.2.1"
aws_image_prefix = null
aws_queue = null
lab_id = null
Expand Down

0 comments on commit 9270f6a

Please sign in to comment.