Skip to content

Commit

Permalink
Merge pull request #306 from UPHL-BioNGS/update-20240312
Browse files Browse the repository at this point in the history
Update 3.12.20240312
  • Loading branch information
erinyoung authored Mar 15, 2024
2 parents 6f8f15e + 6eabe30 commit 311b753
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 "${params.outdir}", mode: 'copy'
container 'staphb/freyja:1.4.9-03_04_2024-00-46-2024-03-05'
container 'staphb/freyja:1.4.9-03_12_2024-00-43-2024-03-12'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -44,7 +44,7 @@ process freyja_demix {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/freyja:1.4.9-03_04_2024-00-46-2024-03-05'
container 'staphb/freyja:1.4.9-03_12_2024-00-43-2024-03-12'


//#UPHLICA maxForks 10
Expand Down Expand Up @@ -86,7 +86,7 @@ process freyja_boot {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/freyja:1.4.9-03_04_2024-00-46-2024-03-05'
container 'staphb/freyja:1.4.9-03_12_2024-00-43-2024-03-12'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -125,7 +125,7 @@ process freyja_aggregate {
tag "Aggregating results from freyja"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/freyja:1.4.9-03_04_2024-00-46-2024-03-05'
container 'staphb/freyja:1.4.9-03_12_2024-00-43-2024-03-12'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down
2 changes: 1 addition & 1 deletion modules/nextclade.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process nextclade_dataset {
tag "Downloading NextClade Dataset"
label "process_medium"
publishDir "${params.outdir}", mode: 'copy'
container 'nextstrain/nextclade:3.3.0'
container 'nextstrain/nextclade:3.3.1'

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

0 comments on commit 311b753

Please sign in to comment.