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::DB::TFBS namespace has been moved to its own distribution named after itself
[bioperl-live.git]
/
t
/
data
/
char-matrix-spaces.nex
blob
d8fd243305be8cddfecc1cb1d6b2824c0a8e80b4
1
#NEXUS
2
3
BEGIN TAXA;
4
dimensions ntax=8;
5
taxlabels A B C D E F G H;
6
END;
7
8
BEGIN CHARACTERS;
9
dimensions nchar=6;
10
format datatype=protein missing=? gap=-;
11
charlabels one two three four five six;
12
matrix
13
A W I T H - B
14
B W I T H - A
15
C W I T H - D
16
D W I T H - C
17
E W I T H - F
18
F W I T H - E
19
G W I T H - H
20
H W I T H - G;
21
END;
22
23
BEGIN TREES;
24
tree basic_bush = (((A:1,B:1):1,(C:1,D:1):1):1,((E:1,F:1):1,(G:1,H:1):1):1);
25
END;