From e58708f312bbae79ba7fa167db930f9845f58b10 Mon Sep 17 00:00:00 2001 From: Sam Nicholls Date: Thu, 12 Sep 2024 09:52:08 +0000 Subject: [PATCH] Update abricate container to use python3 [CW-4813] --- CHANGELOG.md | 4 ++++ nextflow.config | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d973ec5..4ee26e0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nextflow.config b/nextflow.config index e66b00c..f4f7240 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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 @@ -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 { @@ -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 {