-
Notifications
You must be signed in to change notification settings - Fork 19
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
SPDI normalization with refseq files #76
Open
mihaitodor
wants to merge
28
commits into
main
Choose a base branch
from
mihaitodor-spdi-normalization-with-seq-files
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 tasks
mihaitodor
force-pushed
the
mihaitodor-spdi-normalization-with-seq-files
branch
2 times, most recently
from
October 5, 2023 15:53
8feee51
to
a4c1ffe
Compare
mihaitodor
force-pushed
the
mihaitodor-spdi-normalization-with-seq-files
branch
from
October 19, 2023 01:22
a4c1ffe
to
e03580b
Compare
mihaitodor
force-pushed
the
mihaitodor-spdi-normalization-with-seq-files
branch
7 times, most recently
from
December 14, 2023 18:49
eef7272
to
e0d2405
Compare
mihaitodor
force-pushed
the
mihaitodor-spdi-normalization-with-seq-files
branch
from
December 22, 2023 02:23
16f109b
to
bfa3861
Compare
mihaitodor
force-pushed
the
mihaitodor-spdi-normalization-with-seq-files
branch
5 times, most recently
from
January 25, 2024 16:00
66d10f1
to
e53861a
Compare
mihaitodor
force-pushed
the
mihaitodor-spdi-normalization-with-seq-files
branch
2 times, most recently
from
April 4, 2024 23:30
84546e7
to
ebc6e5a
Compare
Need to run the Flask server in a background thread so the seqfetcher endpoint is available for the hgvs library to call. Details here: https://stackoverflow.com/questions/77676757/run-a-full-flask-server-under-pytest-to-handle-http-requests-on-a-given-port Also need to pick the relevat transcript in `process_NC_HGVS()` in such a way that we select the one with the most up to date version so we don't end up unable to find the RefSeq data because it looks like we don't have all the RNA transcripts that UTA knows about.
This is a workaround for some liftover failures: biocommons/hgvs#717
Also remove them from the variants
mihaitodor
force-pushed
the
mihaitodor-spdi-normalization-with-seq-files
branch
from
May 16, 2024 16:06
ebc6e5a
to
3a62166
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Follow-up to #69.
How Has This Been Tested?