Skip to content

Commit

Permalink
Updating default IQTREE to allow for multifurcation.
Browse files Browse the repository at this point in the history
  • Loading branch information
DOH-JDJ0303 authored Feb 3, 2025
1 parent 64473eb commit d9dfb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ process {
}
withName: IQTREE {
container = 'public.ecr.aws/o8h2f0o1/iqtree2:2.3.4'
ext.args = '-m GTR+I+G'
ext.args = '-m GTR+I+G -czb'
publishDir = [
path: { "${params.outdir}/${timestamp}/${taxa}/${cluster}/trees" },
pattern: "*.nwk",
Expand Down

0 comments on commit d9dfb6e

Please sign in to comment.