Skip to content

Commit

Permalink
Merge pull request #235 from UPHL-BioNGS/update-20231002
Browse files Browse the repository at this point in the history
20231002
  • Loading branch information
erinyoung authored Oct 3, 2023
2 parents 4f80ab8 + c5f7313 commit c7ab454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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-09-26'
container 'quay.io/uphl/freyja:1.4.7-2023-10-03'

//#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-09-26'
container 'quay.io/uphl/freyja:1.4.7-2023-10-03'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down
4 changes: 2 additions & 2 deletions 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.20230926'
version = 'v3.8.20231003'
defaultBranch = 'master'
recurseSubmodules = false
description = 'Reference-based consensus creation'
Expand Down Expand Up @@ -83,4 +83,4 @@ process {
withLabel:process_high {
cpus = params.maxcpus
}
}
}

0 comments on commit c7ab454

Please sign in to comment.