From 16275401981ea8477d9f9d8783feeceea6ba7383 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 5 Nov 2024 15:22:25 -0700 Subject: [PATCH] Update elgato to 1.20.1 --- 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 d5e33a8..fff910e 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.19.0' + container 'staphb/elgato:1.20.1' time '10m' errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}