From f5700eb4100270853c864c4cfa87cf7df062e0ea Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 2 Apr 2024 11:21:02 -0600 Subject: [PATCH] Update freyja to 1.5.0-04_02_2024-00-47-2024-04-02 --- modules/freyja.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/freyja.nf b/modules/freyja.nf index 4999213..c0e0b63 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.0-03_25_2024-00-45-2024-03-26' + container 'staphb/freyja:1.5.0-04_02_2024-00-47-2024-04-02' //#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.0-03_25_2024-00-45-2024-03-26' + container 'staphb/freyja:1.5.0-04_02_2024-00-47-2024-04-02' //#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.0-03_25_2024-00-45-2024-03-26' + container 'staphb/freyja:1.5.0-04_02_2024-00-47-2024-04-02' //#UPHLICA maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}