Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-18 | 399 Bytes | |
v0.2.0 source code.tar.gz | 2025-08-18 | 8.0 MB | |
v0.2.0 source code.zip | 2025-08-18 | 8.1 MB | |
Totals: 3 Items | 16.1 MB | 1 |
Added
- Add
is_insertion
andis_deletion
properties toVariant
. - Add
DnaModel
abstract base class. - Add support for center mask scoring over the entire sequence by passing
None
for width.
Changed
- Move RPC requests and responses to
dna_model_service.proto
. - Move functionality to convert
TrackData
to/from protocol buffers to utility module.