Skip to content

Instantly share code, notes, and snippets.

@roblanf
Created December 14, 2018 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roblanf/10b41af8fe802f57f72f554ffdcc1bf3 to your computer and use it in GitHub Desktop.
Save roblanf/10b41af8fe802f57f72f554ffdcc1bf3 to your computer and use it in GitHub Desktop.
# 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