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
Conservation bar chart rendering in the consensus pane. The calculation algorithim is the same as Jbrowse MSA - that is to say that it is calculated as shannon entropy of the column, normalised to [0,1] by max entropy for the column's symbol count (e.g. 4 for DNA, 20 for AA).
Changed
Reworked async handling into a more unified system for both consensus and conservation.
File loading is now an App command, not Core.
Rendering now redraws on state changes only, rather than every frame tick.
Refined the UI, removed the outer frame border, and converted status lines into dedicated top/bottom bars. This removed the double borders around the app, and hopefully gives a cleaner feel.
Fixed
Mouse selection now functions correctly in the pinned rows area (previously pinned sequences were not selectable).