Skip to content

Commit

Permalink
Merge pull request #254 from UPHL-BioNGS/update-20250204
Browse files Browse the repository at this point in the history
Update 20250204
  • Loading branch information
erinyoung authored Feb 4, 2025
2 parents b718289 + f1dee47 commit d9da087
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/local/amrfinderplus.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process AMRFINDER {
tag "${meta.id}"
label "process_high"
container 'staphb/ncbi-amrfinderplus:4.0.3-2024-10-22.1'
container 'staphb/ncbi-amrfinderplus:4.0.15-2024-12-18.1'

input:
tuple val(meta), file(contigs), val(genus), val(species)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/bakta.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process BAKTA {
tag "${meta.id}"
label "process_high"
container 'staphb/bakta:1.9.4-5.1-light'
container 'staphb/bakta:1.10.3-5.1-light'
time '30m'

input:
Expand Down
2 changes: 1 addition & 1 deletion modules/local/datasets.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process DATASETS_SUMMARY {
tag "${taxon}"
label "process_single"
container 'staphb/ncbi-datasets:16.35.0'
container 'staphb/ncbi-datasets:16.38.1'

input:
tuple val(taxon), file(script)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/elgato.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process ELGATO {
tag "${meta.id}"
label "process_medium"
container 'staphb/elgato:1.20.1'
container 'staphb/elgato:1.20.2'

input:
tuple val(meta), file(contigs)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/fastp.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process FASTP {
tag "${meta.id}"
label "process_low"
container 'staphb/fastp:0.23.4'
container 'staphb/fastp:0.24.0'

input:
tuple val(meta), file(reads)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/mlst.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process MLST {
tag "${meta.id}"
label "process_medium"
container 'staphb/mlst:2.23.0-2025-01-01'
container 'staphb/mlst:2.23.0-2025-02-01'

input:
tuple val(meta), file(contig), file(script)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/panaroo.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process PANAROO {
tag "Core Genome Alignment"
label "process_high"
container 'staphb/panaroo:1.5.0'
container 'staphb/panaroo:1.5.1'

input:
file(gff)
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ manifest {
author = 'Erin Young'
homePage = 'https://github.com/UPHL-BioNGS/Grandeur'
mainScript = 'main.nf'
version = '4.9.24345'
version = '4.9.25035'
defaultBranch = 'main'
description = 'Grandeur is short-read de novo assembly pipeline with serotyping.'
nextflowVersion = '!>=24.04.4'
Expand Down

0 comments on commit d9da087

Please sign in to comment.