Skip to content

Commit

Permalink
refact: Add performance parameters to iqtree
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Jun 27, 2024
1 parent dc2bf7c commit 87db5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ process {

// phylogenomics
withName: IQTREE {
ext.args = '-m HKY+F+G+ASC -fast'
publishDir = [
path: { "${params.outdir}/phylogenomics/iqtree" },
mode: params.publish_dir_mode,
Expand Down

0 comments on commit 87db5d2

Please sign in to comment.