Skip to content

Commit 35b867a

Browse files
authored
Merge pull request #226 from UPHL-BioNGS/update-20240906
Update 20240906
2 parents b4bf882 + 0581d8e commit 35b867a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/local/amrfinderplus.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process amrfinderplus {
22
tag "${meta.id}"
33
label "process_high"
44
publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
5-
container 'staphb/ncbi-amrfinderplus:3.12.8-2024-05-02.2'
5+
container 'staphb/ncbi-amrfinderplus:3.12.8-2024-07-22.1'
66
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
77
time '30m'
88

modules/local/elgato.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process elgato {
22
tag "${meta.id}"
33
label "process_medium"
44
publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
5-
container 'staphb/elgato:1.18.2'
5+
container 'staphb/elgato:1.19.0'
66
time '10m'
77
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
88

modules/local/mlst.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process mlst {
22
tag "${meta.id}"
33
label "process_medium"
44
publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
5-
container 'staphb/mlst:2.23.0-2024-08-01'
5+
container 'staphb/mlst:2.23.0-2024-09-01'
66
maxForks 10
77
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
88
time '10m'

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ manifest {
33
author = 'Erin Young'
44
homePage = 'https://github.com/UPHL-BioNGS/Grandeur'
55
mainScript = 'main.nf'
6-
version = '4.5.24219'
6+
version = '4.5.24250'
77
defaultBranch = 'main'
88
description = 'Grandeur is short-read de novo assembly pipeline with serotyping.'
99
nextflowVersion = '!>=22.10.1'

0 commit comments

Comments
 (0)