achtman-lab / GrapeTree

GrapeTree is a fully interactive, tree visualization program, which supports facile manipulations of both tree layout and metadata. Click the first link to launch: https://achtman-lab.github.io/GrapeTree/MSTree_holder.html
https://genome.cshlp.org/content/28/9/1395
GNU General Public License v3.0
79 stars 26 forks source link

Different behavior between "hide", "shorten" and "collapse" branches #102

Open vmixao opened 2 years ago

vmixao commented 2 years ago

Hello,

Thanks for developing this super nice and useful tool.

I realized that while the "hide" option for branches longer than X is inclusive, i.e., if I set a threshold of 9, it will hide branches with a size >= 9, the "shorten" or the "collapse" options are not and a threshold of 9 will affect branches with a size > 9.

Is this the expected behavior?

Thanks! Verónica