A test to ensure Bio::PrimarySeqI->trunc() doesn't use clone() for a Bio::Seq::RichSe...
[bioperl-live.git] / t / data / long-names.nex
blob47bdd184659d634ad995caad45adfff6c8d06c81
1 #NEXUS
3 BEGIN TAXA;
4       dimensions ntax=8;
5       taxlabels A B C D E F SupercalifragilisticexpialidociousOTU H;  
6 END;
8 BEGIN CHARACTERS;
9       dimensions nchar=5;
10       charlabels SupercalifragilisticexpialidociousLabel Two Three
11       Four Five;
12       format datatype=protein missing=? gap=-;
13       matrix
14 A     --ONE
15 B     --ONE
16 C     TWO--
17 D     THREE
18 E     F-OUR
19 F     FIVE-
20 SupercalifragilisticexpialidociousOTU     SIX--
21 H     SEVEN;
22 END;
24 BEGIN TREES;
25        tree SupercalifragilisticexpialidociousTree = (((((((A:1,B:1):1,C:2):1,D:3):1,E:4):1,F:5):1,SupercalifragilisticexpialidociousOTU:6):1,H:7);
26 END;