You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2019. It is now read-only.
It would be nice to display more levels than 3 in cases like this:
https://tree.opentreeoflife.org/opentree/argus/opentree8.0@mrcaott246ott5272/Phaethontidae--Passeriformes
A simple approach might be to have the depth be equal to max(M, largest depth with < N) children.
M=3, N=0 gives current behavior.
It seems like M=3, N=200 would be strictly an improvement on current behavior.