Skip to content

Commit

Permalink
version bump for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
julibeg committed Oct 27, 2023
1 parent 8329b17 commit 0b633bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [v0.4.1]
### Changed
- The workflow now also emits VCF index files as well as BAM / VCF index files for combined outputs when running with `--combine_results`.

### Fixed
- Emitting an empty consensus FASTA file when consensus generation failed in certain situations. Instead, no file is emitted.
- Now uses the downsampled BAM for `medaka annotate`.
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ manifest {
description = 'Amplicon workflow'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v0.4.0'
version = 'v0.4.1'
}

epi2melabs {
Expand Down

0 comments on commit 0b633bf

Please sign in to comment.