Skip to content

Commit

Permalink
Merge branch 'changelog-version' into 'dev'
Browse files Browse the repository at this point in the history
update changelog version

See merge request epi2melabs/workflow-containers/wf-clone-validation!20
  • Loading branch information
sarahjeeeze committed Jul 29, 2021
2 parents f26705b + 18073cc commit c33a8b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Expand Up @@ -4,11 +4,15 @@ 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.0]
### Added
- Plannotate
- Per sample pass or fail output file
- Feature table output csv
- Plannotate for plasmid annotation and visualization.
- Per sample pass or fail error message in CSV.
- Plasmid annotation feature table output CSV.
### Changed
- Updated project to use latest practices from wf-template.
### Fixed
- Incorrect specification of conda environment file in Nextflow config.

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

0 comments on commit c33a8b4

Please sign in to comment.