There was an error while loading. Please reload this page.
1 parent 3a10c3e commit 74e0600Copy full SHA for 74e0600
1 file changed
nextflow.config
@@ -62,7 +62,7 @@ manifest {
62
description = 'Run the ARTIC fieldbioinformatics workflow on multiplexed MPXV ONT data'
63
mainScript = 'main.nf'
64
nextflowVersion = '>=23.04.2'
65
- version = 'v1.2.0'
+ version = 'v1.2.1'
66
}
67
68
epi2melabs {
@@ -82,7 +82,7 @@ process {
82
memory = '1G'
83
84
withLabel: artic {
85
- container = "quay.io/artic/fieldbioinformatics:1.4.6"
+ container = "quay.io/artic/fieldbioinformatics:1.4.7"
86
memory = { 4.GB * task.attempt }
87
88
withLabel: squirrel {
0 commit comments