google-deepmind/alphagenome_research v0.3.0
google-deepmind/alphagenome_research
Captured source
source ↗published Jul 14, 2026seen 1wcaptured 1whttp 200method plain
v0.3.0
Repository: google-deepmind/alphagenome_research
Tag: v0.3.0
Published: 2026-07-14T14:49:10Z
Prerelease: no
Release notes:
Added
- Support indel stitching in AlphaGenome variant prediction and enable it by
default.
- Support calculating variant score quantiles.
- Export
.pyifiles for generated protocol buffers.
Changed
- Improvements for fine-tuning (per-head loss weights, target smoothing,
splicing ROPE initialization and BatchNorm training mode)
- Migrate to use
FastaExtractorfromalphagenome. - Use
variant.startto calculate the middle of the center mask. - Fix negative strand bug for
score_intervalandscore_variant. - Update type annotations and fix typing errors.