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
Right now the mutations can hit the edge of the tree_canvas, in which case they get cut off. We should make tree_canvas bigger to guarantee the mutations don't get cut off.
Also, we should think about how we want to display multiple mutations on the same branch. Right now we draw over the same mutation which is always placed halfway on the branch.
Additionally, we may want to label or colour mutations so there is a better visual correspondence with the mutations shown along the genome.
The text was updated successfully, but these errors were encountered:
Right now the mutations can hit the edge of the tree_canvas, in which case they get cut off. We should make tree_canvas bigger to guarantee the mutations don't get cut off.
Also, we should think about how we want to display multiple mutations on the same branch. Right now we draw over the same mutation which is always placed halfway on the branch.
Additionally, we may want to label or colour mutations so there is a better visual correspondence with the mutations shown along the genome.
The text was updated successfully, but these errors were encountered: