Skip to content

Commit

Permalink
Merge pull request #243 from UPHL-BioNGS/update-20231024
Browse files Browse the repository at this point in the history
Update 20231024
  • Loading branch information
erinyoung authored Oct 24, 2023
2 parents 10c95b9 + fdb4841 commit 6329757
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/artic.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process artic {
tag "${sample}"
label "process_high"
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/artic:1.2.4-1.9.4-1'
container 'quay.io/uphl/artic:1.2.4-1.11.1'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -61,7 +61,7 @@ process artic {
process artic_read_filtering {
tag "${sample}"
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/artic:1.2.4-1.9.4-1'
container 'quay.io/uphl/artic:1.2.4-1.11.1'
label "process_single"

//#UPHLICA maxForks 10
Expand Down
4 changes: 2 additions & 2 deletions modules/freyja.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process freyja {
label "process_medium"
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.7-2023-10-17'
container 'quay.io/uphl/freyja:1.4.7-2023-10-24'

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

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

0 comments on commit 6329757

Please sign in to comment.