public Clusters(TagsByTaxa tbt) {
   getClusters(tbt);
 }
 public Clusters(ReadsByTaxa rbt) {
   getClusters(rbt);
 }