Skip to content

Commit

Permalink
Merge pull request #405 from UPHL-BioNGS/update-20250107
Browse files Browse the repository at this point in the history
Update 20250107
  • Loading branch information
erinyoung authored Jan 9, 2025
2 parents 02c3808 + 745f5a6 commit eafe861
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/local/bbnorm.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process BBNORM {
tag "${meta.id}"
label 'process_medium'
container 'staphb/bbtools:39.10'
container 'staphb/bbtools:39.13'

input:
tuple val(meta), file(reads)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/datasets.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process DATASETS {
tag "${accession}"
// because there's no way to specify threads
label "process_low"
container 'staphb/ncbi-datasets:16.30.0'
container 'staphb/ncbi-datasets:16.35.0'

input:
val(accession)
Expand Down Expand Up @@ -36,4 +36,4 @@ process DATASETS {
datasets: \$(datasets --version | awk '{print \$NF}')
END_VERSIONS
"""
}
}
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_single"
container 'staphb/fastp:0.23.4'
container 'staphb/fastp:0.24.0'

input:
tuple val(meta), file(reads)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/freyja.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process FREYJA {
tag "${meta.id}"
label "process_medium"
container 'staphb/freyja:1.5.2-12_15_2024-01-38-2024-12-16'
container 'staphb/freyja:1.5.2-01_06_2025-02-03-2025-01-06'

input:
tuple val(meta), file(bam), file(reference_genome)
Expand Down Expand Up @@ -51,7 +51,7 @@ process FREYJA {
process FREYJA_AGGREGATE {
tag "Aggregating results from freyja"
label "process_single"
container 'staphb/freyja:1.5.2-12_15_2024-01-38-2024-12-16'
container 'staphb/freyja:1.5.2-01_06_2025-02-03-2025-01-06'

input:
file(demix)
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ manifest {
name = 'UPHL-BioNGS/Cecret'
author = 'Erin Young'
homePage = 'https://github.com/UPHL-BioNGS/Cecret'
version = 'v3.25.24353'
version = 'v3.25.25007'
defaultBranch = 'master'
recurseSubmodules = false
description = 'Reference-based consensus creation'
Expand Down

0 comments on commit eafe861

Please sign in to comment.