Skip to content

Commit

Permalink
prep0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Mar 23, 2021
1 parent d62a26a commit 0715bd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.3]
### Changed
- Standardised report name.

## [v0.1.2]
### Fixed
- Resolved confusion between documentation and workflow: workflow now requires a directory as input.
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ params {
chunk_size = 1000000
run_prokka = false
prokka_opts = ""
wfversion = "v0.1.2"
wfversion = "v0.1.3"
}

executor {
Expand Down

0 comments on commit 0715bd9

Please sign in to comment.