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'}