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
/
spaces.nex
blob
9a65a3696256f62da7f5afaaf40f598dbb3e4e81
1
#NEXUS
2
BEGIN TREES;
3
4
TRANSLATE
5
1 'Allium drummondii',
6
2 'Allium cernuum',
7
3 A.cyaneum
8
;
9
TREE onion = [&R] ((1,2),3);
10
END;
11
12
#NEXUS
13
BEGIN TREES;
14
15
TRANSLATE
16
1 'Allium drummondii, USA',
17
2 'Allium drummondii, Russia',
18
3 A.cyaneum
19
;
20
TREE onion = [&R] ((1,2),3);
21
END;
22
23
#NEXUS
24
BEGIN TREES;
25
26
TRANSLATE 1 'Allium drummondii, Russia', 2 'Allium drummondii, USA', 3 A.cyaneum ;
27
TREE onion = [&R] ((1,2),3);
28
END;
29