Skip to content
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

Fix change length bug #94

Merged
merged 6 commits into from
Nov 1, 2023
Merged

Fix change length bug #94

merged 6 commits into from
Nov 1, 2023

Conversation

ielis
Copy link
Member

@ielis ielis commented Oct 26, 2023

Fix #93

The PR fixes a bug in change length calculation, removes trimming of the end coordinate before sending out to VEP for annotation, and prettifies the GenomicInterpretation JSON snippets.

Moreover, a documentation section regarding tests is added. From now on, we have 2 kinds of test, online and offline. The online tests must be marked by @pytest.mark.online to not run them in standard CI due to spurious failures. In the long run, we should remove the online tests altogether and use mocks instead. The offline tests are just the regular tests.

@ielis
Copy link
Member Author

ielis commented Oct 30, 2023

There is something wrong with Uniprot REST vs. Github runners. The tests run just fine on my machine.

@lnrekerle
Copy link
Collaborator

Sometimes Uniprot gets overloaded, which is what looks like happened when your checks ran. I usually give it some time and it works again.
The PR overall looks good! Feel free to merge!

Copy link
Collaborator

@lnrekerle lnrekerle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ielis ielis merged commit 343efa5 into develop Nov 1, 2023
4 checks passed
@ielis ielis deleted the fix-change-length-bug branch November 1, 2023 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plug VariantValidator HGVS finder into Phenopacket parsing workflow
2 participants