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
Glycan.label_branches curently assigns letter labels based on the order it visits a branch, but it should assign labels closer to a to the longer branch.
It is hard to know which branch is longer at the beginning of the label_branches method, which also computes branch lengths, so perhaps switch this to a two pass algorithm that finds branch length and then assigns labels accordingly.
The text was updated successfully, but these errors were encountered:
Glycan.label_branches
curently assigns letter labels based on the order it visits a branch, but it should assign labels closer toa
to the longer branch.It is hard to know which branch is longer at the beginning of the
label_branches
method, which also computes branch lengths, so perhaps switch this to a two pass algorithm that finds branch length and then assigns labels accordingly.The text was updated successfully, but these errors were encountered: