-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
computed identifiers using pydantic model serializers (#342)
* move digest from VO to GA4GH identifiable * add ga4gh serialize to models * remove computed field and add get_or_create * attribute ordering fixes * add tests for schema to pydantic matching * update is_identifiable * update model validations * refactor identifier code * fix IRI behavior when serialized alone * restore haplotype as unordered List with Serializer override * add context control support for in-place edits * Use LiteralSequenceExpression for ambiguous insertions that cannot be derived from the reference sequence * Update VCF unit tests to match new digest logic * update digests and message structure for trx test * Revert "Use LiteralSequenceExpression for ambiguous insertions that cannot be derived from the reference sequence" This reverts commit f407fd0. * remove unnecessary try/except * check insertions for ambiguous novel sequence * update test cassettes * restore use of VOCA seed for RSL * add TODO * test: fix vcf annotation test chr19-54220999-A-A had that `C` was the actual ref seq, but it should have been `T` --------- Co-authored-by: Eugene Clark <ehclark@partners.org> Co-authored-by: korikuzma <korikuzma@gmail.com>
- Loading branch information
1 parent
a99ca5b
commit 64fee4c
Showing
47 changed files
with
2,451 additions
and
3,847 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Oops, something went wrong.