From 64206548b2aeac16289b2a37c95643ad8373b568 Mon Sep 17 00:00:00 2001 From: Young Date: Fri, 6 Sep 2024 13:42:01 -0600 Subject: [PATCH] Update elgato to 1.19.0 --- modules/local/elgato.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/elgato.nf b/modules/local/elgato.nf index 22dadaa..d5e33a8 100755 --- a/modules/local/elgato.nf +++ b/modules/local/elgato.nf @@ -2,7 +2,7 @@ process elgato { tag "${meta.id}" label "process_medium" publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/elgato:1.18.2' + container 'staphb/elgato:1.19.0' time '10m' errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}