Created
December 14, 2018 02:44
-
-
Save roblanf/10b41af8fe802f57f72f554ffdcc1bf3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# infer the concatentated tree with 1000 ultrafast bootstraps and an edge-linked fully-partitioned model (-p is the same as -spp from version 1.7 onwards) | |
iqtree -s alignment.nex -p alignment.nex --prefix concat -bb 1000 -nt AUTO | |
# infer the 88 single-locus trees | |
iqtree -s alignment.nex -S alignment.nex --prefix loci -nt 50 | |
# calculate concordance factors | |
iqtree -t concat.treefile --gcf loci.treefile -s alignment.nex --scf 100 --prefix concord |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment