Skip to content

Commit

Permalink
Update elgato to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Nov 5, 2024
1 parent c368f0d commit 1627540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/elgato.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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'}

Expand Down

0 comments on commit 1627540

Please sign in to comment.