Skip to content

Commit 78dce2c

Browse files
authored
Merge pull request #273 from UPHL-BioNGS/update-20250507
Update 20250507
2 parents 0f2ff2e + 0b71b24 commit 78dce2c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

modules/local/amrfinderplus.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process AMRFINDER {
22
tag "${meta.id}"
33
label "process_high"
4-
container 'staphb/ncbi-amrfinderplus:4.0.19-2024-12-18.1'
4+
container 'staphb/ncbi-amrfinderplus:4.0.22-2025-03-25.1'
55

66
input:
77
tuple val(meta), file(contigs), val(genus), val(species)

modules/local/elgato.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process ELGATO {
22
tag "${meta.id}"
33
label "process_medium"
4-
container 'staphb/elgato:1.21.0'
4+
container 'staphb/elgato:1.21.2'
55

66
input:
77
tuple val(meta), file(contigs)

modules/local/fastp.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process FASTP {
22
tag "${meta.id}"
33
label "process_low"
4-
container 'staphb/fastp:0.24.0'
4+
container 'staphb/fastp:0.24.1'
55

66
input:
77
tuple val(meta), file(reads)

modules/local/kraken2.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process KRAKEN2 {
22
tag "${meta.id}"
33
label "process_high"
4-
container 'staphb/kraken2:2.1.3'
4+
container 'staphb/kraken2:2.1.5'
55

66
input:
77
tuple val(meta), file(fastq), path(kraken2_db)

modules/local/multiqc.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process MULTIQC {
22
tag "multiqc"
33
label "process_single"
4-
container 'staphb/multiqc:1.27.1'
4+
container 'staphb/multiqc:1.28'
55

66
input:
77
file(input)
@@ -60,4 +60,4 @@ process VERSIONS {
6060
6161
python3 ${versions_script}
6262
"""
63-
}
63+
}

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ manifest {
196196
author = 'Erin Young'
197197
homePage = 'https://github.com/UPHL-BioNGS/Grandeur'
198198
mainScript = 'main.nf'
199-
version = '4.9.25098'
199+
version = '4.9.25127'
200200
defaultBranch = 'main'
201201
description = 'Grandeur is short-read de novo assembly pipeline with serotyping.'
202202
nextflowVersion = '!>=24.04.4'

0 commit comments

Comments
 (0)