Skip to content

Commit

Permalink
Update nextflow.config, CHANGELOG.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed May 17, 2021
1 parent 861751c commit c394cb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
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.0.4]
### Added
- Fix report naming to be consistent with other projects

## [v0.0.3]
### Added
- Optional --prefix flag for naming outputs
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.3"
wfversion = "v0.0.4"
fastq = null
threads = 4
host_reference = "NO_HOST_REF"
Expand Down

0 comments on commit c394cb8

Please sign in to comment.