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
We currently store Cat VRS + VA-Spec Pydantic models in https://github.com/cancervariants/metakb/tree/staging/src/metakb/schemas. However, we are now separating these out into their respective Python packages. There have also been many breaking changes in these models which are updated in cat-vrs-python and va-spec-python. We should remove the current schemas and leverage these python packages for the Pydantic models.
The text was updated successfully, but these errors were encountered:
close#388 , #395, #309
* Breaking changes
* Update/add ga4gh packages
* Add `ga4gh.cat_vrs` + `ga4gh.va_spec` packages
* The Pydantic models in these packages replace the manually created
models in `metakb/schemas/annotation.py`,
`metakb/schemas/categorical_variation.py`, and
`metakb/schemas/variation_statement.py`. (#388)
* `ga4gh.vrs` version bumped
* The models in all ga4gh packages caused breaking changes (mainly
renaming) to the evidence models (such as #395)
* Represent categorical variation members and constraints properly
(#309)
* Standardize representing normalizer data in extensions
* The `extension.name` will always be `vicc_normalizer_data` and value
will contain `id`, `label`, and optional `mondo_id` (for disease)
* Simplify assertion checks in tests
We currently store Cat VRS + VA-Spec Pydantic models in https://github.com/cancervariants/metakb/tree/staging/src/metakb/schemas. However, we are now separating these out into their respective Python packages. There have also been many breaking changes in these models which are updated in cat-vrs-python and va-spec-python. We should remove the current schemas and leverage these python packages for the Pydantic models.
The text was updated successfully, but these errors were encountered: