diff --git a/modules/freyja.nf b/modules/freyja.nf index ea8ddb9..1346cd5 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.8-2024-01-02' + container 'quay.io/uphl/freyja:1.4.8-2024-01-09' //#UPHLICA maxForks 10 @@ -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 @@ -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' @@ -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'} diff --git a/modules/heatcluster.nf b/modules/heatcluster.nf index 109bf79..61ab2b3 100755 --- a/modules/heatcluster.nf +++ b/modules/heatcluster.nf @@ -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' diff --git a/nextflow.config b/nextflow.config index 93fec78..8b6f1ba 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.10.20240103' + version = 'v3.10.20240109' defaultBranch = 'master' recurseSubmodules = false description = 'Reference-based consensus creation'