-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: use cat-vrs-python + va-spec-python (#404)
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
- Loading branch information
Showing
21 changed files
with
715 additions
and
1,143 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
docs/source/reference/api/metakb.schemas.categorical_variation.rst
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
docs/source/reference/api/metakb.schemas.variation_statement.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.