Skip to content

Commit

Permalink
Merge branch 'update-changelog' 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!49
  • Loading branch information
sarahjeeeze committed Sep 6, 2021
2 parents 77834ce + e6bb4af commit 61293ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,15 +4,18 @@ 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.2]
### Added
- Fastcat stats plots in tabs for pass and failed samples.
- Version and parameter tables.
- Per barcode number of reads.
- Insert sequences output.
- MSA of inserted sequences.
### Fixed
- Order samples lexicographically.
### Changed
- Use Canu for assembly instead of Flye.
- Trim input sequences.

## [v0.1.1]
### Fixed
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.1"
wfversion = "v0.1.2"
fastq = null
db_directory = null
sanitize_fastq = false
Expand Down

0 comments on commit 61293ce

Please sign in to comment.