-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove to-dos, handle lint warnings and run notebooks #20
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,8 +115,6 @@ | |
} | ||
|
||
|
||
# TODO: Are there other things we want to store in a session? Like a PASS variants only | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you add this to a ticket so we don't forget? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thank you |
||
# variable? | ||
class GnomADSession: | ||
"""Class to manage the default data type and version for a gnomAD session.""" | ||
|
||
|
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.
Can you confirm these csq sets? I forgot about this TODO, but I think we need to make sure they are consistent. I copied the doc string csqs from the browser hover over, but I just used the csqs that you had in your original code. If the code is correct, can you just change the doc string?
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.
I asked the browser people if it's hard coded or the list includes all the csqs for different VEP versions (there are some new csq 105 csq not shown there), but for now I changed a bit the code and the docstring, so it's doing what it's saying.
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.
It looks like it's hardcoded for 'Other' and they didn't update the list by VEP version, so we might have a different number for that category but it should be rare (I assume those deprecated/added are not so common), for now, our code is aligned to their LoF, missense and synonymous.
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.
sounds good, thank you