|
2 | 2 |
|
3 | 3 | All notable changes are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
4 | 4 |
|
| 5 | +## [1.8.0] |
| 6 | + |
| 7 | +### Changed |
| 8 | +- **HTML report redesign.** Replaced the 12-column scrollable table with |
| 9 | + a compact 5-column layout (Magnitude, Gene, Genotype, Repute, Summary). |
| 10 | + Annotations from multiple sources for the same variant are grouped into |
| 11 | + a single row. Clicking a row opens a sliding detail sidebar showing all |
| 12 | + source annotations vertically — genotype, zygosity, significance, review |
| 13 | + status, condition, description, frequency, AlphaMissense, CADD PHRED, |
| 14 | + and references. |
| 15 | +- **Dark / light mode.** Follows system preference (`prefers-color-scheme`) |
| 16 | + by default. A toggle button lets the user override. All component CSS |
| 17 | + uses custom properties — no hardcoded colors outside semantic badges and |
| 18 | + the accent color. |
| 19 | +- **CADD and AlphaMissense legend.** The "Understanding Magnitude Scores" |
| 20 | + section now includes CADD PHRED tier thresholds (≥30 top 0.1%, ≥20 top |
| 21 | + 1%, ≥10 top 10%) and AlphaMissense classification bands (≥0.564 |
| 22 | + likely pathogenic, 0.340–0.564 ambiguous, <0.340 likely benign). |
| 23 | +- **CADD tier context in sidebar.** CADD scores display the PHRED |
| 24 | + percentile tier inline (e.g. "38.0 (top 0.1% most deleterious)") |
| 25 | + instead of a bare number. |
| 26 | +- **Embedded variant JSON uses numeric types.** `allele_frequency`, |
| 27 | + `am_pathogenicity`, and `cadd` are now floats in the `<script |
| 28 | + id="variant-data">` blob, matching the v4 JSON schema. Field names |
| 29 | + aligned: `am_pathogenicity`, `am_class`, `allele_frequency` (was |
| 30 | + `amScore`, `amClass`, `frequency`). |
| 31 | + |
| 32 | +### Fixed |
| 33 | +- **PLINK split-chromosome error.** MHG exports can have straggler |
| 34 | + autosomal variants appended after the Y chromosome section, producing |
| 35 | + non-contiguous chromosome blocks in the .bim. PLINK1.9 rejects these. |
| 36 | + `export plink` now sorts variants by chromosome then position before |
| 37 | + writing. The exporter itself remains a single-pass writer — the sort |
| 38 | + lives in the CLI layer. |
| 39 | + |
5 | 40 | ## [1.7.0] |
6 | 41 |
|
7 | 42 | ### Added |
@@ -1581,6 +1616,7 @@ All notable changes are documented here. Format follows [Keep a Changelog](https |
1581 | 1616 | - GitHub Actions CI matrix on Python 3.11 and 3.12. |
1582 | 1617 |
|
1583 | 1618 |
|
| 1619 | +[1.8.0]: https://github.com/dial481/allelix/compare/v1.7.0...v1.8.0 |
1584 | 1620 | [1.7.0]: https://github.com/dial481/allelix/compare/v1.6.1...v1.7.0 |
1585 | 1621 | [1.6.1]: https://github.com/dial481/allelix/compare/v1.6.0...v1.6.1 |
1586 | 1622 | [1.6.0]: https://github.com/dial481/allelix/compare/v1.5.3...v1.6.0 |
|
0 commit comments