Skip to content

Commit 74e0600

Browse files
committed
Update field container version
1 parent 3a10c3e commit 74e0600

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ manifest {
6262
description = 'Run the ARTIC fieldbioinformatics workflow on multiplexed MPXV ONT data'
6363
mainScript = 'main.nf'
6464
nextflowVersion = '>=23.04.2'
65-
version = 'v1.2.0'
65+
version = 'v1.2.1'
6666
}
6767

6868
epi2melabs {
@@ -82,7 +82,7 @@ process {
8282
memory = '1G'
8383
}
8484
withLabel: artic {
85-
container = "quay.io/artic/fieldbioinformatics:1.4.6"
85+
container = "quay.io/artic/fieldbioinformatics:1.4.7"
8686
memory = { 4.GB * task.attempt }
8787
}
8888
withLabel: squirrel {

0 commit comments

Comments
 (0)