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 rerender_examples: preserve original filename + canonical oracle order
Two small fixes to the rerender path:
- When a dir has one JSON but a non-default HTML filename (e.g. the Enformer
variant_analysis report used ``rs12740374_...`` rather than the
``chr1_...`` default), the rerender now matches on oracle_name so we
keep the existing name instead of writing an orphan file next to it.
- The multi-oracle consolidator loops oracles in the canonical order
(specialists → generalist: chrombpnet, legnet, alphagenome) matching
scripts/regenerate_multioracle.py, so consensus-matrix columns don't
shuffle between a full regen and a pure-JSON rerender. Also synthesises
a multi-oracle AnalysisRequest instead of reusing the first per-oracle
one — otherwise the rendered prompt block read as a single-oracle run.
Re-rendered the multi-oracle example to confirm output matches the full
regen (only the timestamp differs).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments