Skip to content

Commit

Permalink
Merge pull request #383 from UPHL-BioNGS/update-20241105
Browse files Browse the repository at this point in the history
to 3.15.24310
  • Loading branch information
erinyoung authored Nov 5, 2024
2 parents 944650c + 3b81379 commit 4344b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/freyja.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process freyja_variants {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/freyja:1.5.2'
container 'staphb/freyja:1.5.2-11_04_2024-01-48-2024-11-04'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -53,7 +53,7 @@ process freyja_demix {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/freyja:1.5.2'
container 'staphb/freyja:1.5.2-11_04_2024-01-48-2024-11-04'


//#UPHLICA maxForks 10
Expand Down Expand Up @@ -105,7 +105,7 @@ process freyja_aggregate {
tag "Aggregating results from freyja"
label "process_single"
publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/freyja:1.5.2'
container 'staphb/freyja:1.5.2-11_04_2024-01-48-2024-11-04'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ manifest {
name = 'Cecret'
author = 'Erin Young'
homePage = 'https://github.com/UPHL-BioNGS/Cecret'
version = 'v3.15.24303'
version = 'v3.15.24310'
defaultBranch = 'master'
recurseSubmodules = false
description = 'Reference-based consensus creation'
Expand Down

0 comments on commit 4344b52

Please sign in to comment.