Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VCF annotator code to be compatible with superclass in vrs-python #86

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

ehclark
Copy link
Contributor

@ehclark ehclark commented Feb 26, 2024

See #84

The AnyVar VCF annotator that overrides _get_vrs_object() ignores the require_validation parameter when invoking the translator. The translator uses the default value True and validates the reference sequence. This is the current behavior of the AnyVar VCF annotator.

Add new parameter to overriden _get_vrs_object() method
@ehclark ehclark merged commit e7e7996 into main Feb 27, 2024
5 checks passed
@ehclark ehclark deleted the issue-84 branch February 27, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update VcfRegistrar._get_vrs_object() for compatibility with vrs-python changes
2 participants