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 insertion with n consequence type #672

Open
wants to merge 3 commits into
base: release-4.12.x
Choose a base branch
from

Conversation

awab-ahmed
Copy link

@awab-ahmed awab-ahmed commented Sep 25, 2023

4.12.5 introduced a bug where insertion variants > 50bp with N in the reference are classified as MNVs and therefore their consequeneTypes are miscalculated.

E.g of variant: 11:68410141:N:TGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGN

In this PR the conditions in VariantAnnotationUtils.getVariantType are changed so that such variants are classified as insertions so that the correct ConsequenceTypeCalculator gets assigned.

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.

2 participants