-
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -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 comment
The 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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
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.
One thing about a TODO that I forgot about
@@ -13,8 +13,6 @@ | |||
from gnomad_toolbox.load_data import _get_dataset, get_compatible_dataset_versions | |||
|
|||
|
|||
# TODO: Check these csq sets, the ones in the code don't match what is listed on the |
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
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.
lgtm
@@ -13,8 +13,6 @@ | |||
from gnomad_toolbox.load_data import _get_dataset, get_compatible_dataset_versions | |||
|
|||
|
|||
# TODO: Check these csq sets, the ones in the code don't match what is listed on the |
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
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
No description provided.