File: Tree.nex

package info (click to toggle)
phyx 1.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,808 kB
  • sloc: cpp: 24,894; fortran: 7,932; python: 711; makefile: 502; sh: 109
file content (8 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#NEXUS
BEGIN TAXA;
  TAXLABELS A B C;
END;

BEGIN TREES;
  TREE tree1 = ((A,B),C);
END;