gatk
gatk copied to clipboard
Fixing what looks like a a bug in MendelianViolationEvaluator
- 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.