Changes between Version 7 and Version 8 of Software/IQ-TREE


Ignore:
Timestamp:
Oct 6, 2022, 5:47:54 PM (2 years ago)
Author:
grpo0001
Comment:

adding partitioned alignment quirk note

Legend:

Unmodified
Added
Removed
Modified
  • Software/IQ-TREE

    v7 v8  
    44
    55The software and instructions can be found on: http://www.iqtree.org/
     6
    67
    78=== Mykopat Grid specifics ===
     
    1112* 1.6.12 (called by iqtree)
    1213* 2.1.3 (called by iqtree2)
     14
     15
     16QUIRK NOTE FOR PARTITIONED ALIGNMENTS: if you have a RAXML-type .txt file specifying where partitions begin and end want to build a tree, you have to let iqtree determine those partitions for you and use the resultant XXXbest_scheme.nex file as input for "real" tree building. It doesn't correctly recognize models in RAXML-type partition files for treebuilding.
     17
     18ex. start with something like:
     19iqtree2 -s sequences.phy -p raxml_type_partitionsfile.txt  -ntmax 10 -T AUTO -m TESTMERGEONLY
     20
     21followed by:
     22iqtree2 -s sequences.phy -p raxml_type_partitionsfile.txt.best_scheme.nex ...
     23
     24-GP