Skip to content

Commit

Permalink
Merge branch 'changelog-version' into 'dev'
Browse files Browse the repository at this point in the history
Update CHANGELOG.md

See merge request epi2melabs/workflow-containers/wf-clone-validation!25
  • Loading branch information
sarahjeeeze committed Jul 29, 2021
2 parents 92b429d + a86d8a8 commit 5f103ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ 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.1.1]
### Fixed
- Corrected number of input channels for host_reference process
- Remove duplicate output files
- Help message parameters reflect config

## [v0.1.0]
### Added
- Plannotate for plasmid annotation and visualization.
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Expand Up @@ -13,7 +13,7 @@
params {
help = false
out_dir = "output"
wfversion = "v0.1.0"
wfversion = "v0.1.1"
fastq = null
db_directory = null
sanitize_fastq = false
Expand Down

0 comments on commit 5f103ec

Please sign in to comment.