Skip to content

Commit

Permalink
Merge pull request #358 from UPHL-BioNGS/20240806
Browse files Browse the repository at this point in the history
Update Pangolin and Freyja
  • Loading branch information
erinyoung authored Aug 6, 2024
2 parents 8a10814 + 26ae41d commit 4f135ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1-07_02_2024-01-27-2024-07-26'
container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-08-01'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down
2 changes: 1 addition & 1 deletion modules/pangolin.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process pangolin {
tag "SARS-CoV-2 lineage Determination"
label "process_medium"
publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/pangolin:4.3.1-pdata-1.28.1'
container 'staphb/pangolin:4.3.1-pdata-1.29'

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

0 comments on commit 4f135ef

Please sign in to comment.