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 for PossibleDeNovo annotation to work without Genotype Likelihoods #7662

Merged
merged 3 commits into from
Feb 8, 2022

Conversation

meganshand
Copy link
Contributor

PossibleDeNovo checks each trio's genotype (including parent hom ref genotypes) for likelihoods even though it doesn't actually use the PLs. The PLs can get dropped if GVCFs are reblocked which means this annotation no longer works as expected. This changes the check to look for GQs instead of PLs as the GQs are used as part of the annotation.

@ldgauthier Could you please suggest a reviewer?

Copy link
Contributor

@ldgauthier ldgauthier left a comment

Choose a reason for hiding this comment

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

Lots of ramifications from dropping the hom-ref PLs. Thanks for fixing this one!

@meganshand meganshand merged commit 0d4897f into master Feb 8, 2022
@meganshand meganshand deleted the ms_denovo_fix branch February 8, 2022 19:31
@meganshand meganshand restored the ms_denovo_fix branch May 17, 2023 17:55
@meganshand meganshand deleted the ms_denovo_fix branch May 17, 2023 17:56
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