repo.or.cz
/
bioperl-live.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
maint: remove Travis stuff which has been replaced with Github actions (#325)
[bioperl-live.git]
/
t
/
data
/
radical-whitespace_02.nex
blob
6150aab6ceca2d8af1b92907d1aee1b885f6b624
1
#NEXUS
2
3
BEGIN TAXA;
4
dimensions ntax=7;
5
taxlabels A
6
7
B
8
C
9
D E F G;
10
END;
11
12
BEGIN CHARACTERS;
13
dimensions nchar=5;
14
format datatype=protein missing=? gap=-;
15
charlabels 1
16
17
2
18
19
3
20
21
4
22
23
5
24
25
;
26
matrix
27
A - -O N E
28
B - - ON E
29
C TWO --
30
D TH RE E
31
E F -OU R
32
F F I V E-
33
G S I X- -
34
;
35
36
END
37
;
38
39
BEGIN TREES;
40
tree radical_whitespace = (
41
(
42
(
43
(
44
(
45
(A:1,
46
B:1):1,
47
C:2):1,
48
D:3):1,
49
E:4):1,
50
F:5):1,
51
G:6)
52
;
53
END;