@Test
  public void testToNewick() {

    System.out.println("- testToNewick -");
    String nwk = tt.toNewick();
    System.out.println(nwk);
  }