From ecc64fcf5079ffae61668f1b78a65a4472a01dd5 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 6 Aug 2024 11:00:03 -0600 Subject: [PATCH] Update freyja.nf --- modules/freyja.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/freyja.nf b/modules/freyja.nf index 986aca1..2bfb5c0 100644 --- a/modules/freyja.nf +++ b/modules/freyja.nf @@ -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-26' + container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-08-01' //#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-26' + container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-08-01' //#UPHLICA maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}