Skip to content

Commit

Permalink
added contigs to publishdir
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed May 21, 2024
1 parent 3f9d6fd commit cc0a6da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/spades.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ process spades {
publishDir path: params.outdir, mode: 'copy', pattern: 'logs/*/*log'
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'
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
time '5h'
Expand Down

0 comments on commit cc0a6da

Please sign in to comment.