From 7728574f2a537327aaca61253c0379b458af0c6a Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 30 Jul 2024 10:10:09 -0600 Subject: [PATCH 1/2] Update nextflow.config to 3.15.24212 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 0135964..bf7bf7c 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.24205' + version = 'v3.15.24212' defaultBranch = 'master' recurseSubmodules = false description = 'Reference-based consensus creation' From 9a629a1970a81de11ad31d232ac106e7b0a06218 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 30 Jul 2024 10:12:46 -0600 Subject: [PATCH 2/2] Update freyja to 1.5.1-07_02_2024-01-27-2024-07-26 --- modules/freyja.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/freyja.nf b/modules/freyja.nf index 2042ecc..a48b3f2 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-23' + container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-26' //#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-23' + container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-26' //#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-23' + container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-07-26' //#UPHLICA maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}