From e4a7c6c00ac1116439596180700eed46926a1543 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 24 Oct 2023 11:18:42 -0600 Subject: [PATCH] Update to version 1.4.7-2023-10-24 --- modules/freyja.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/freyja.nf b/modules/freyja.nf index bc8d6ec..cb48861 100644 --- a/modules/freyja.nf +++ b/modules/freyja.nf @@ -3,7 +3,7 @@ process freyja { label "process_medium" errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} publishDir "${params.outdir}", mode: 'copy' - container 'quay.io/uphl/freyja:1.4.7-2023-10-17' + container 'quay.io/uphl/freyja:1.4.7-2023-10-24' //#UPHLICA maxForks 10 //#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge' @@ -57,7 +57,7 @@ process freyja_aggregate { tag "Aggregating results from freyja" label "process_single" publishDir "${params.outdir}", mode: 'copy' - container 'quay.io/uphl/freyja:1.4.7-2023-10-17' + container 'quay.io/uphl/freyja:1.4.7-2023-10-24' //#UPHLICA maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}