Skip to content

Commit

Permalink
Merge branch 'cw-4813' into 'dev'
Browse files Browse the repository at this point in the history
Update abricate container to use python3 [CW-4813]

See merge request epi2melabs/workflows/wf-flu!75
  • Loading branch information
SamStudio8 committed Sep 12, 2024
2 parents 2f50588 + e58708f commit b21a341
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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).

## [v1.2.2]
### Changed
- Updated abricate container to support EPI2ME Cloud, the version of abricate remains unchanged.

## [v1.2.1]
### Changed
- Reconcile workflow with wf-template v5.2.5
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ params {

container_sha = "sha5eeb2cd0a75a6cc0f47d689d2926e0d9922ceda8"
common_sha = "shae58638742cf84dbeeec683ba24bcdee67f64b986"
typing_sha = "shacd6e6b77d14424d746c3d7332dfa13e3bda9034f"
typing_sha = "sha671198c26ad22c97e3cdaa81a646ec0c215ebc43"
medaka_sha = "sha3486abaab0d3b90351617eb8622acf2028edb154"
nextclade_sha = "shab67652b34e898ec8dea18d0953a0b06b10466f76"
agent = null
Expand All @@ -58,7 +58,7 @@ manifest {
description = 'Influenza A&B typing and analysis from Nanopore data.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.2.1'
version = 'v1.2.2'
}

epi2melabs {
Expand Down Expand Up @@ -135,7 +135,7 @@ profiles {
memory = '2G'
}
withLabel:wfflutyping {
container = "${params.aws_image_prefix}-abricate:${params.wf.typing_sha}-root"
container = "${params.aws_image_prefix}-abricate:${params.wf.typing_sha}"
memory = '2G'
}
withLabel:nextclade {
Expand Down

0 comments on commit b21a341

Please sign in to comment.