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 Mutect2 IndexOutOfBoundException with germline resource #7979

Merged
merged 4 commits into from Aug 9, 2022

Conversation

kachulis
Copy link
Contributor

@kachulis kachulis commented Aug 8, 2022

Fixes issue reported in #6605

If a germline resource vcf (such as gnomad) used when running Mutect2 includes a variant record without the AF attribute in its info field, this can lead to an IndexOutOfBoundsException. This PR fixing this, and adds a warning when this is the case.

Copy link
Contributor

@davidbenjamin davidbenjamin left a comment

Choose a reason for hiding this comment

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

Nothing to argue with here. Thanks @kachulis!

@kachulis kachulis merged commit e818963 into master Aug 9, 2022
@kachulis kachulis deleted the ck_germline_alt_af_fixes branch August 9, 2022 13:07
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.

None yet

2 participants