Skip to content

Commit

Permalink
Update elgato to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Sep 6, 2024
1 parent 18ec2af commit 6420654
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.18.2'
container 'staphb/elgato:1.19.0'
time '10m'
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}

Expand Down

0 comments on commit 6420654

Please sign in to comment.