From 0753485397ffcb6657c963e36fde9af9b2e8e32a Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 16 Jul 2024 09:42:39 -0600 Subject: [PATCH 1/3] Update freyja to 1.5.1-07_02_2024-01-27-2024-07-16 --- modules/freyja.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/freyja.nf b/modules/freyja.nf index 85473f9..14e3f3f 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 path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-09' + container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-16' //#UPHLICA maxForks 10 //#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge' @@ -53,7 +53,7 @@ process freyja_demix { label "process_medium" //errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-09' + container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-16' //#UPHLICA maxForks 10 @@ -105,7 +105,7 @@ process freyja_aggregate { tag "Aggregating results from freyja" label "process_single" publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-09' + container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-16' //#UPHLICA maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} From 9849d26a2375339ac7138c8f07e6c76fd5a1c14c Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 16 Jul 2024 09:43:05 -0600 Subject: [PATCH 2/3] Update nextclade to 3.8.1 --- modules/nextclade.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nextclade.nf b/modules/nextclade.nf index 2d74223..d4ea74a 100644 --- a/modules/nextclade.nf +++ b/modules/nextclade.nf @@ -2,7 +2,7 @@ process nextclade_dataset { tag "Downloading Dataset" label "process_medium" publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'nextstrain/nextclade:3.8.0' + container 'nextstrain/nextclade:3.8.1' //#UPHLICA maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} @@ -47,7 +47,7 @@ process nextclade { tag "Clade Determination" label "process_medium" publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'nextstrain/nextclade:3.8.0' + container 'nextstrain/nextclade:3.8.1' //#UPHLICA maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} From b5006e2fb703f185813e30478b506c282f2e3027 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 16 Jul 2024 09:43:49 -0600 Subject: [PATCH 3/3] Update to 3.15.24198 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index ee37954..4c127e4 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.15.24191' + version = 'v3.15.24198' defaultBranch = 'master' recurseSubmodules = false description = 'Reference-based consensus creation'