Commit a7bae5f
committed
concept-live-call audit, one small content fix. the only stale claim was the example output block — used legacy V allele names IGHV3-23*04 / IGHV3-23*01 that don't exist in the current shipped configs (verified absent from refdata) — replaced with names that are real in the current scheme (IGHVF10-G38*04 for the single-confident case, IGHVF6-G24*03 / IGHVF6-G24*04 for the same-gene paralog tie) sourced from an actual seed=42 mutate(count=25)+corrupt_pcr(count=8) run. also corrected one slip: the "honest drift" example was labelled v_call but the values shown were D alleles — now correctly labelled d_call. the D examples in the drift block (IGHD6-13*01, IGHD6-19*01, IGHD6-25*01) and the part-04 paralog example (IGHD4-11 / IGHD4-4 sibling genes) were verified to be real D alleles in the current shipped config so they stay. the rest of the page held up: the score-and-tie semantics, the structural+elastic walk, the two walker caps (trim cap + structural-boundary cap), and the truth-first projection via projected_allele_id + live_call_name are all accurate against the engine code i worked on for the Y6 caller. snippet's
for rec in records: iteration over SimulationResult verified to work — records iterate as dicts directly. count=int form of .mutate() and .corrupt_pcr() also verified.1 parent de87d7a commit a7bae5f
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
120 | | - | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments