Closed davipatti closed 3 months ago
@davipatti thank you for the contribution! I’m hoping to follow up and review it this upcoming week 👍
@davipatti — do you think similar functionality could be achieved by sorting the tip polytomies before the ladderization process?
@davipatti — do you think similar functionality could be achieved by sorting the tip polytomies before the ladderization process?
@mmore500 sorry for being slow to reply. I guess that could also work. This seemed like a more explicit approach.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.69%. Comparing base (
cbf8ce8
) to head (0cc1255
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@davipatti I ended up pushing to the wrong branch by accident, so this pull request ended up closing sooner than I intended without being able to run suggestions by.
I implemented a "reorder" function that, by default, sorts by label. I added a note to the documentation suggesting that ladderization sort is stable, so to control order within ladderization, call reorder before ladderizing. Let me know if this covers your use case.
I added this option to reduce unnecessary cross overs in tangle plots of trees that have polytomies.