Skip to content

Commit

Permalink
Update field image version
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Oct 21, 2024
1 parent e5bfda9 commit fd0bf70
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.1.1'
version = 'v1.1.2'
}

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

}
Expand Down

0 comments on commit fd0bf70

Please sign in to comment.