From b5a480e25ff489e346e4c8dcd67011b7ba89c6fa Mon Sep 17 00:00:00 2001 From: Biowilko Date: Tue, 12 Nov 2024 12:09:05 +0000 Subject: [PATCH] Bump image version to 1.5.0 --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index d8b22ea..e5387b3 100644 --- a/nextflow.config +++ b/nextflow.config @@ -62,7 +62,7 @@ manifest { description = 'Run the ARTIC fieldbioinformatics workflow on multiplexed MPXV ONT data' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v1.2.1' + version = 'v1.2.2' } epi2melabs { @@ -82,7 +82,7 @@ process { memory = '1G' } withLabel: artic { - container = "quay.io/artic/fieldbioinformatics:1.4.7" + container = "quay.io/artic/fieldbioinformatics:1.5.0" memory = { 4.GB * task.attempt } } withLabel: squirrel {