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
* Rename Integrity risk column to Structural liabilities
Aligns the structural-integrity column with the Antibody Sequence Liabilities block: same None/Present semantics, now styled and ranked as a score. The PColumn spec name is unchanged so downstream Lead Selection joins keep resolving it.
* Fix results-table sorting and simplify block settings
Sorting now works: the results-table state is persisted in BlockData and passed to createPlDataTableV3, so AG-Grid sorts re-derive rows server-side instead of leaving placeholder cells. A v1 to v2 data migration seeds the new tableState and drops the now-removed manual heavy/light chain inputs, which are auto-detected from the structure. Also rewrites the advanced confidence-threshold tooltips to lead with what changing them does.
* Render the histogram chart title via graph-maker
Histogram pages stay in a PlBlockPage with no-body-gutters and no page heading; the page label is carried by graph-maker's own chart title, which is part of its v-model state. inheritAttrs is disabled so the config title spread onto the component cannot also render as a PlBlockPage heading.
* Add changeset for the offline-review fixes
Bumps the block so the corrected long description republishes: the central registry currently serves a stale generic description because the last docs edit shipped without a version bump.
Fix results-table sorting, remove the manual heavy/light chain inputs (now auto-detected), clarify the advanced threshold tooltips, rename the "Integrity risk" column to "Structural liabilities", and restore the histogram page titles.
"pl7.app/description": "Binary flag (None/Present) for hard-to-fix structural issues: broken/missing disulfides, exposed extra Cys, structural motifs.",
222
+
"pl7.app/label": "Structural liabilities",
223
+
"pl7.app/description": "Binary flag (None/Present) for hard-to-fix structural issues: broken/missing disulfides, exposed extra Cys, structural motifs. These require scaffold redesign rather than point substitutions.",
0 commit comments