Skip to content

Commit

Permalink
Merge branch 'medaka-update-hotfix' into 'dev'
Browse files Browse the repository at this point in the history
update medaka sha

See merge request epi2melabs/workflows/wf-bacterial-genomes!87
  • Loading branch information
julibeg committed Aug 17, 2023
2 parents cadba0f + 13d2295 commit c41b989
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,10 +4,13 @@ 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.3.3]
### Fixed
- Overwrites in Nextflow config implemented incorrectly

### Changed
- Updated Medaka to 1.9.1.

## [v0.3.2]
### Fixed
- Edge case where medaka variant output is unsorted and causes medaka annotate to exit
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Expand Up @@ -44,7 +44,7 @@ params {
common_sha = "sha5fc720674a26bc63a6f31ed186344209175b54b1"
container_sha = "sha31b8f1a3cf898574ae2b1bb617892126103253a3"
container_sha_prokka = "sha08669655982fbef7c750c7895e97e100196c4967"
container_sha_medaka = "sha6a58ce1871560b8ddaada5cc1dfc51e5c03442e8"
container_sha_medaka = "sha492176b6093aa922aae5610f6ad899aacd2c3c7f"
agent = null
}
}
Expand All @@ -56,7 +56,7 @@ manifest {
description = 'Assembly, variant calling, and annotation of bacterial genomes.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v0.3.2'
version = 'v0.3.3'
}

epi2melabs {
Expand Down

0 comments on commit c41b989

Please sign in to comment.