File: curated-with-translate-block-and-no-taxa-block.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 (24 lines) | stat: -rw-r--r-- 549 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
#NEXUS

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)e:14)b:33,((11:6,12:6)g:30,(13:23,(14:11,15:11)h:12)f:13)c:14)a:15;
    TREE 2 = ((8:17,(9:3,10:3)e:14)b:33,((11:6,12:6)g:30,(13:23,(14:11,15:11)h:12)f:13)c:14)a:15;
    TREE 3 = ((8:17,(9:3,10:3)e:14)b:33,((11:6,12:6)g:30,(13:23,(14:11,15:11)h:12)f:13)c:14)a:15;
END;