Skip to content

Commit

Permalink
Merge pull request #292 from UPHL-BioNGS/update-20240206
Browse files Browse the repository at this point in the history
Update 20240206
  • Loading branch information
erinyoung authored Feb 6, 2024
2 parents 2080cb0 + e2a076a commit e2eaa4b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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-30'
container 'quay.io/uphl/freyja:1.4.8-2024-02-06'


//#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-30'
container 'quay.io/uphl/freyja:1.4.8-2024-02-06'


//#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-30'
container 'quay.io/uphl/freyja:1.4.8-2024-02-06'

//#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-30'
container 'quay.io/uphl/freyja:1.4.8-2024-02-06'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down
2 changes: 1 addition & 1 deletion modules/iqtree2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process iqtree2 {
tag "Creating phylogenetic tree with iqtree"
label "process_high"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/iqtree2:2.2.2.6'
container 'staphb/iqtree2:2.2.2.7'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1'
container 'nextstrain/nextclade:3.1.0'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -38,7 +38,7 @@ process nextclade {
tag "Clade Determination"
label "process_medium"
publishDir "${params.outdir}", mode: 'copy'
container 'nextstrain/nextclade:3.0.1'
container 'nextstrain/nextclade:3.1.0'

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

0 comments on commit e2eaa4b

Please sign in to comment.