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
Fix tag-walk selected-residue highlight to always mirror
The LinePlot tag walk receives residues already REVERSED to align with the
stored mass order, so the tag-relative selectedAA (an N->C index) always maps
to the mirrored walk gap. Publish nTerminal=False on the tagMasses walk so the
LinePlot mirrors it -- geometrically correct for both N- and C-anchored tags
and matching the legacy behavior (whose nTerminal was effectively always false).
Driving it off Nmass==-1 misplaced the gold highlight for C-anchored tags.
The SequenceView tag-span still carries the real nTerminal (Nmass==-1) for its
own orientation.
0 commit comments