Skip to content

Commit

Permalink
Merge pull request #278 from UPHL-BioNGS/update-2024-01-09
Browse files Browse the repository at this point in the history
Update 2024 01 09
  • Loading branch information
erinyoung committed Jan 10, 2024
2 parents 57c0558 + 28a011b commit 6811f2f
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 'quay.io/uphl/freyja:1.4.8-2024-01-02'
container 'quay.io/uphl/freyja:1.4.8-2024-01-09'


//#UPHLICA maxForks 10
Expand Down Expand Up @@ -45,7 +45,7 @@ process freyja_demix {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.8-2024-01-02'
container 'quay.io/uphl/freyja:1.4.8-2024-01-09'


//#UPHLICA maxForks 10
Expand Down Expand Up @@ -87,7 +87,7 @@ process freyja_boot {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.8-2024-01-02'
container 'quay.io/uphl/freyja:1.4.8-2024-01-09'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -126,7 +126,7 @@ process freyja_aggregate {
tag "Aggregating results from freyja"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.8-2024-01-02'
container 'quay.io/uphl/freyja:1.4.8-2024-01-09'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down
2 changes: 1 addition & 1 deletion modules/heatcluster.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process heatcluster {
tag "HeatCluster"
publishDir params.outdir, mode: 'copy'
container 'quay.io/uphl/heatcluster:1.0.2b-2023-12-26'
container 'quay.io/uphl/heatcluster:1.0.2c-2024-01-09'
maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-medium'
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.10.20240103'
version = 'v3.10.20240109'
defaultBranch = 'master'
recurseSubmodules = false
description = 'Reference-based consensus creation'
Expand Down

0 comments on commit 6811f2f

Please sign in to comment.