Skip to content

Commit

Permalink
updated mlst to 2.23.0-2024-03-11
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Mar 12, 2024
1 parent 8306e9c commit 15c3c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/mlst.nf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
process mlst {
tag "${meta.id}"
label "process_medium"
publishDir params.outdir, mode: 'copy'
container 'staphb/mlst:2.23.0-2024-01'
publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/mlst:2.23.0-2024-03-11'
maxForks 10
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
time '10m'
Expand Down

0 comments on commit 15c3c06

Please sign in to comment.