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
Merge pull request #231 from bioperl/pir-no-desc-line
[bioperl-live.git]
/
t
/
data
/
quoted-strings1.nex
blob
096f6ecd80f8b7f0c4029e871c24599ddb7c2ec4
1
#NEXUS
2
3
BEGIN TAXA;
4
dimensions ntax=8;
5
taxlabels A B "OTU C" D E F G H;
6
END;
7
8
BEGIN CHARACTERS;
9
dimensions nchar=5;
10
format datatype=protein missing=? gap=-;
11
charlabels One Two "Char 3" Four Five;
12
matrix
13
A --ONE
14
B --ONE
15
"OTU C" TWO--
16
D THREE
17
E F-OUR
18
F FIVE-
19
G SIX--
20
H SEVEN;
21
END;
22
23
BEGIN TREES;
24
tree "the ladder tree" =
25
(((((((A:1,B:1):1,"OTU C":2):1,D:3):1,E:4):1,F:5):1,G:6):1,H:7);
26
END;