microbiome / mia

Microbiome analysis
https://microbiome.github.io/mia/
Artistic License 2.0
47 stars 28 forks source link

agglomerateByRank: agglomerate tree fix #487

Closed TuomasBorman closed 7 months ago

TuomasBorman commented 7 months ago

Hi,

I noticed that tree was not agglomerated correctly in agglomeratedByRanks function. Instead of agglomeration of an existing tree, new tree was calculated. This is now fixed.

-Tuomas