gatk icon indicating copy to clipboard operation
gatk copied to clipboard

Fixing what looks like a a bug in MendelianViolationEvaluator

Open lbergelson opened this issue 9 months ago • 1 comments

  • there was a duplicated condition which looks like a typo and causes nNoCall to be undercounted

@bbimber mv.getFamilyCalledCount was used twice as the condition in this if statement, I'm pretty sure it was a typo. As far as I know you're the one using this code so I want to check with you before changing it.

lbergelson avatar Jan 15 '25 22:01 lbergelson