Skip to content

Commit

Permalink
Update elgato to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Aug 6, 2024
1 parent efbe507 commit 5b76ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.15.2'
container 'staphb/elgato:1.18.2'
time '10m'
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}

Expand Down Expand Up @@ -37,4 +37,4 @@ process elgato {
elgato: "${task.container}"
END_VERSIONS
"""
}
}

0 comments on commit 5b76ca4

Please sign in to comment.