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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Notes
Added
Minimap for easy panning along the length of the alignment. Press m to open and click and drag to move around. The
minimap colours are created by sampling the alignment in regions and picking the most common colour.
Full sequence type. This adds support for the full, renderable ASCII alphabet - which enables support for arbitrary
alignments. Salti will still try and infer the file type, but now samples both NT characters and AA characters. The
most prevalent "wins". If none meet the threshold it falls back to the Full mode. Full is also manually
toggleable.
This introduced a new colour palette for full, which is hard-set across every theme. In full mode only the UI
elements will change with the theme.
Note in Full mode conservation + translation is disabled.
Fixed
toggle-translate now returns a visible error message when sequence type is not DNA