File: curated-with-translate-block-and-internal-taxa.nex

package info (click to toggle)
python-dendropy 4.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 68,392 kB
  • ctags: 3,947
  • sloc: python: 41,840; xml: 1,400; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#NEXUS

begin taxa;
	dimensions ntax=15;
	taxlabels
        a b c e f g h i j k l m n o p
	;
end;

BEGIN TREES;
    TRANSLATE
         1 a,
         2 b,
         3 c,
         4 e,
         5 f,
         6 g,
         7 h,
         8 i,
         9 j,
        10 k,
        11 l,
        12 m,
        13 n,
        14 o,
        15 p
    ;
    TREE 1 = ((8:17, (9:3, 10:3)4:14)2:33, ((11:6, 12:6)6:30, (13:23, (14:11, 15:11)7:12)5:13)3:14)1:15;
    TREE 2 = ((8:17, (9:3, 10:3)4:14)2:33, ((11:6, 12:6)6:30, (13:23, (14:11, 15:11)7:12)5:13)3:14)1:15;
    TREE 3 = ((8:17, (9:3, 10:3)4:14)2:33, ((11:6, 12:6)6:30, (13:23, (14:11, 15:11)7:12)5:13)3:14)1:15;
END;