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.