Skip to content

Commit

Permalink
updated to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed May 21, 2024
1 parent ac91416 commit ee1151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/panaroo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process panaroo {
tag "Core Genome Alignment"
label "process_high"
publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/panaroo:1.3.4'
container 'staphb/panaroo:1.5.0'
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
time '10h'

Expand Down

0 comments on commit ee1151e

Please sign in to comment.