Skip to content

Commit

Permalink
Update field container version
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Nov 11, 2024
1 parent 3a10c3e commit 74e0600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
version = 'v1.2.1'
}

epi2melabs {
Expand All @@ -82,7 +82,7 @@ process {
memory = '1G'
}
withLabel: artic {
container = "quay.io/artic/fieldbioinformatics:1.4.6"
container = "quay.io/artic/fieldbioinformatics:1.4.7"
memory = { 4.GB * task.attempt }
}
withLabel: squirrel {
Expand Down

0 comments on commit 74e0600

Please sign in to comment.