The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#NEXUS

BEGIN TAXA;
      dimensions ntax=8;
      taxlabels A B C D E F SupercalifragilisticexpialidociousOTU H;  
END;

BEGIN CHARACTERS;
      dimensions nchar=5;
      charlabels SupercalifragilisticexpialidociousLabel Two Three
      Four Five;
      format datatype=protein missing=? gap=-;
      matrix
A     --ONE
B     --ONE
C     TWO--
D     THREE
E     F-OUR
F     FIVE-
SupercalifragilisticexpialidociousOTU     SIX--
H     SEVEN;
END;

BEGIN TREES;
       tree SupercalifragilisticexpialidociousTree = (((((((A:1,B:1):1,C:2):1,D:3):1,E:4):1,F:5):1,SupercalifragilisticexpialidociousOTU:6):1,H:7);
END;