Skip to content

Commit

Permalink
Merge pull request #412 from UPHL-BioNGS/20250204
Browse files Browse the repository at this point in the history
3.26.25034
  • Loading branch information
erinyoung authored Feb 4, 2025
2 parents 0263c9c + 4d69faa commit adb044c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-01_27_2025-01-48-2025-01-27'
container 'staphb/freyja:1.5.2-02_03_2025-02-26-2025-02-03'

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-01_27_2025-01-48-2025-01-27'
container 'staphb/freyja:1.5.2-02_03_2025-02-26-2025-02-03'

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.26.25031'
version = 'v3.26.25034'
defaultBranch = 'master'
recurseSubmodules = false
description = 'Reference-based consensus creation'
Expand Down

0 comments on commit adb044c

Please sign in to comment.