diff --git a/modules/freyja.nf b/modules/freyja.nf index e27bea7..70e495c 100644 --- a/modules/freyja.nf +++ b/modules/freyja.nf @@ -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.7-2023-10-31' + container 'quay.io/uphl/freyja:1.4.7-2023-11-07' //#UPHLICA maxForks 10 //#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge' @@ -44,7 +44,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.7-2023-10-31' + container 'quay.io/uphl/freyja:1.4.7-2023-11-07' //#UPHLICA maxForks 10 //#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge' @@ -85,7 +85,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.7-2023-10-31' + container 'quay.io/uphl/freyja:1.4.7-2023-11-07' //#UPHLICA maxForks 10 //#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge' @@ -124,7 +124,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-31' + container 'quay.io/uphl/freyja:1.4.7-2023-11-07' //#UPHLICA maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} diff --git a/nextflow.config b/nextflow.config index eb8d277..e8508f7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -5,7 +5,7 @@ manifest { name = 'Cecret' author = 'Erin Young' homePage = 'https://github.com/UPHL-BioNGS/Cecret' - version = 'v3.9.20231102' + version = 'v3.9.20231107' defaultBranch = 'master' recurseSubmodules = false description = 'Reference-based consensus creation'