File: example.nex

package info (click to toggle)
iqtree 2.0.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 14,620 kB
  • sloc: cpp: 142,571; ansic: 57,789; sh: 275; python: 242; makefile: 95
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#nexus

begin sets;
	charset part1 = 1-999\3 2-999\3;
	charset part2 = 3-999\3;
	charset part3 = 1000-1998;

	charpartition mine = HKY:part1, GTR+G:part2, GTR+G: part3;
end;