Skip to content

Commit

Permalink
refact: Add performance parameters to iqtree (#199)
Browse files Browse the repository at this point in the history
* refact: Add performance parameters to iqtree

* fix: Remove +ASC
  • Loading branch information
jvfe authored Jun 28, 2024
1 parent 3758bb7 commit e5dbb4e
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 = '-fast -m HKY+F+G'
publishDir = [
path: { "${params.outdir}/phylogenomics/iqtree" },
mode: params.publish_dir_mode,
Expand Down

0 comments on commit e5dbb4e

Please sign in to comment.