From b71481137bbd46b00742457c1a6f80662f6b34d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Kaspersen?= Date: Fri, 15 Mar 2024 10:47:17 +0100 Subject: [PATCH] updated the version of gubbins again to check if error is still present --- modules/GUBBINS.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/GUBBINS.nf b/modules/GUBBINS.nf index aa596e7..5af4de5 100644 --- a/modules/GUBBINS.nf +++ b/modules/GUBBINS.nf @@ -1,6 +1,6 @@ process GUBBINS { - conda (params.enable_conda ? 'bioconda::gubbins=3.3.3' : null) - container 'quay.io/biocontainers/gubbins:3.3.3--py310pl5321he4a0461_1' + conda (params.enable_conda ? 'bioconda::gubbins=3.3.4' : null) + container 'quay.io/biocontainers/gubbins:3.3.4--py310pl5321he4a0461_0' label 'process_high_memory_time'