Commit 62b339c
committed
spec R51: trim default-visible columns to match spec list
R51 lists 11 default-visible columns (clonotype key, dev/integrity
risks, dev score, surfacedMotifCount, exposed/broken cys counts,
PSH/PPC/PNC flags, mode-specific flag). Two columns were visible by
default but not in that list:
- `mode` ("Mode (R7)") flips to optional. The mode prefix is also
surfaced in the R55 subtitle, so users see it without taking up a
table column.
- `totalCdrLengthFlag` flips to optional. The raw `totalCdrLength`
metric is explicitly listed under "Hidden behind show all"; its
flag follows the same hidden-by-default treatment. Inlined the
flag column spec (instead of `flagColumnSpec(...)`) since this is
the only flag with a non-default visibility.
Other 5 deviations flagged during the audit were left alone:
- R25 r12 < 7.5 Å vs ≤ 7.5 Å is measure-zero on continuous distances.
- R39 VHH compactness band edge 1.56 vs 1.57 follows TNP source
(spec calls it "verbatim"); spec table boundary overlap at 1.57.
- R23 buried-extra-cys "proportionally less via R20 logistic"
contradicts the R41 hard step (`exposedExtraCysCount × 8.0`); code
matches the explicit R41 formula.
- R22 cys hit "carries region" not implemented; per-cys PFrame is
out-of-scope per the refreshed spec ("Out of scope: per-residue
liability drill-down").1 parent f64bae2 commit 62b339c
1 file changed
Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | | - | |
267 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
268 | 280 | | |
269 | 281 | | |
270 | 282 | | |
| |||
0 commit comments