Skip to content

Commit

Permalink
Update spades to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Aug 6, 2024
1 parent 108e6d5 commit 3ffb6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/spades.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process spades {
publishDir path: params.outdir, mode: 'copy', pattern: 'spades/*'
publishDir path: params.outdir, mode: 'copy', pattern: 'spades/*/*'
publishDir path: params.outdir, mode: 'copy', pattern: 'contigs/*'
container 'staphb/spades:3.15.5'
container 'staphb/spades:4.0.0'
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
time '5h'

Expand Down

0 comments on commit 3ffb6e3

Please sign in to comment.