-
Notifications
You must be signed in to change notification settings - Fork 4
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 notebooks, alignment, and mapping code #64
Conversation
jarbesfeld
commented
Oct 1, 2024
•
edited
Loading
edited
- Update analysis notebooks to reference the summary statistics in the updated preprint
- Update alignment code to ensure correct BLAT parameters are being used and that the correct strand orientation is selected for protein coding DNA target sequences
- Update vrs_map to skip protein mapping when only genomic variants should be mapped
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.
The tests still assume that the extra objects get created -- I think behavior is correct so we should update the expected values so that they pass in CI. Can work through that with you if it gives you trouble.
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.
👍 looks good, a couple small changes
|
||
return None | ||
|
||
|
||
def extract_potential_gene_symbol(word: str) -> str: | ||
"""Remove paranetheses from a potential gene symbol |
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.
blank line between the first sentence in the docstring and the first :param: line
looks like tests are failing now fyi |