Skip to content

Commit

Permalink
output final tree
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzer committed Apr 27, 2022
1 parent b655f3f commit 58538b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/raxml.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

process raxml {
label 'raxml'
publishDir "${params.output}/raxml", mode: 'copy', pattern: "*.aa"
publishDir "${params.output}/raxml", mode: 'copy', pattern: "*.support"

input:
file(aln)
Expand Down

0 comments on commit 58538b7

Please sign in to comment.