From 871aabd8fe33e00470594d98bb1ab7c38f457607 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 19 Dec 2023 11:47:28 -0700 Subject: [PATCH] Updated heatcluster to 1.0.2-2023-12-19 --- modules/heatcluster.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/heatcluster.nf b/modules/heatcluster.nf index e6cfd21..5d113a3 100755 --- a/modules/heatcluster.nf +++ b/modules/heatcluster.nf @@ -1,7 +1,7 @@ process heatcluster { tag "HeatCluster" publishDir params.outdir, mode: 'copy' - container 'quay.io/uphl/heatcluster:0.4.13-2023-12-05' + container 'quay.io/uphl/heatcluster:1.0.2-2023-12-19' maxForks 10 //#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'} //#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-medium'