Skip to content

Commit

Permalink
updated the version of gubbins again to check if error is still present
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaspersen committed Mar 15, 2024
1 parent 866ab28 commit b714811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/GUBBINS.nf
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit b714811

Please sign in to comment.