-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add variant related models #352
base: master
Are you sure you want to change the base?
Conversation
6355dea
to
3f8099c
Compare
src/resdk/resources/variants.py
Outdated
|
||
def __repr__(self) -> str: | ||
"""Return string representation.""" | ||
return f"VariantCall <path: {self.field.group.name}.{self.field.name}, value: '{self.value}'>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure this is OK? I do not see any fields with name field
or value
in this class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is a mistake. Fixed.
e7b24c2
to
53d75c6
Compare
53d75c6
to
614b0d3
Compare
614b0d3
to
bb36f80
Compare
08d00ca
to
150289e
Compare
a0e5332
to
01ec5b4
Compare
01ec5b4
to
000208b
Compare
1163007
to
923ca2f
Compare
923ca2f
to
c6e7ef0
Compare
1d636c3
to
7c23807
Compare
nested_serialize = True | ||
endpoint = "variant_annotation_transcript" | ||
READ_ONLY_FIELDS = BaseResource.READ_ONLY_FIELDS + ("variant_annotation",) | ||
WRITABLE_FIELDS = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing protein_impact
field
7c23807
to
38e5441
Compare
No description provided.