File: Tree.nex

package info (click to toggle)
phyx 0.999%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,316 kB
  • sloc: cpp: 21,107; fortran: 7,932; python: 735; makefile: 401; sh: 79
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;