Skip to content

Commit

Permalink
updated to version 2.23.0-2023-07
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Jul 18, 2023
1 parent c9155e2 commit 8ec00cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mlst.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process mlst {
tag "${sample}"
publishDir params.outdir, mode: 'copy'
container 'staphb/mlst:2.23.0'
container 'staphb/mlst:2.23.0-2023-07'
maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-medium'
Expand Down

0 comments on commit 8ec00cb

Please sign in to comment.