microbiome / mia

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

Fix splitOn bug #495

Closed thpralas closed 4 months ago

thpralas commented 4 months ago

After splitting the data, if udpate_rowTree is TRUE, splitOn() adds a new rowTree to all TreeSummarizedExperiment objects in the returned list instead of manipulating the existing rowTree. This PR should fix this bug (issue #494)

This PR is related to PR https://github.com/microbiome/mia/pull/487.