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'