Commit a3ec7e9
committed
guides hub audit, six fixes. (1) hero "Field manual · 14 recipes" → "15 recipes" — accurate count after the three additions (clonal-families, trace-introspection, with-metadata) and two deletions (custom-pass, custom-shm) in the earlier passes. (2) filter chip counts were all out of date — corrected to All=15, Build=3, Validate=4, Customize=4, Operate=4 to match the actual cards on the page. (3) trace-introspection card was still using the stale mutate.s5f.pos[42] address that we fixed everywhere else — now mutate.s5f.site[42], matching the real engine trace addressing (verified via trace.find('mutate.s5f.pos[0]') returning None vs mutate.s5f.site[0] returning the real ChoiceRecord). (4) export card claimed "AIRR TSV, Parquet, or FASTA" but SimulationResult has no to_parquet() method — verified the actual writer set is to_csv/to_tsv/to_fasta/to_fastq/to_dataframe — so the card now lists the real options ("AIRR TSV, FASTA, FASTQ, or pandas"). (5) reproduce card claimed "recreating the figure-2 dataset from the GenAIRR paper" but the actual guide-reproduce.html is a generic reproducibility-pattern recipe with a placeholder example header reading 'Title of My Paper (Author et al., 2026)' — not a paper-specific walkthrough. card now honestly describes what the guide delivers: pin every input (seed/config/contracts), hash the output, ship the recipe alongside the data. (6) footer was using <footer class="footer"> with the inconsistent shorter shape, missing the License + AIRR-fields links — swapped to standard <footer class="foot"> with all three Project column links restored, matching the rest of the site.
1 parent a7bae5f commit a3ec7e9
1 file changed
Lines changed: 26 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
| 345 | + | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
401 | 404 | | |
402 | | - | |
403 | | - | |
404 | | - | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
405 | 408 | | |
406 | 409 | | |
407 | 410 | | |
408 | 411 | | |
409 | | - | |
410 | | - | |
| 412 | + | |
| 413 | + | |
411 | 414 | | |
412 | 415 | | |
| 416 | + | |
413 | 417 | | |
414 | | - | |
415 | | - | |
| 418 | + | |
| 419 | + | |
416 | 420 | | |
417 | 421 | | |
| 422 | + | |
418 | 423 | | |
419 | 424 | | |
420 | 425 | | |
| |||
0 commit comments