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
Bio::Align::Graphics: move into its own distribution and drop dependency on GD
[bioperl-live.git]
/
t
/
data
/
radical-whitespace.nex
blob
14032daf3d931e0dc1aa9fcfedc658af6efb403d
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
END
35
;
36
37
BEGIN TREES;
38
tree radical_whitespace = (
39
(
40
(
41
(
42
(
43
(A:1,
44
B:1):1,
45
C:2):1,
46
D:3):1,
47
E:4):1,
48
F:5):1,
49
G:6)
50
;
51
END;