Skip to content

Commit

Permalink
Merge branch 'CW-4936' into 'dev'
Browse files Browse the repository at this point in the history
Bump checksums, version, and changelog [CW-4936]

See merge request epi2melabs/workflows/wf-mpx!44
  • Loading branch information
bede committed Sep 16, 2024
2 parents e108b7b + 0db7e90 commit 98036ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ 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]
## [v1.1.3]
### Fixed
- Updated recommended (32GB) and minimum (16GB, with `--assembly false`) memory requirements.
### Changed
- Reconcile workflow with wf-template v5.2.6.

## [v1.1.2]
### Changed
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ params {
"--fastq 'wf-mpx-demo/fastq/barcode01'",
]
agent = null
container_sha = "sha22fc487196cad3768c9287fec8bf8524431d01a4"
common_sha = "shae58638742cf84dbeeec683ba24bcdee67f64b986"
container_sha = "shafa214788fd4f669b899696b36b9d9c56e2f9a267"
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
medaka_sha = "sha3486abaab0d3b90351617eb8622acf2028edb154"
nextclade_sha = "shab67652b34e898ec8dea18d0953a0b06b10466f76"
}
Expand All @@ -50,7 +50,7 @@ manifest {
description = 'Mpox metagenomics assembly.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.1.2'
version = 'v1.1.3'
}

epi2melabs {
Expand Down

0 comments on commit 98036ec

Please sign in to comment.