Add check for mixed genotype so that we don't exception out for a valid record
This commit is contained in:
parent
9497e9492c
commit
7648521718
|
|
@ -182,6 +182,8 @@ public class CountVariants extends VariantEvaluator implements StandardEval {
|
|||
nHomDerived++;
|
||||
}
|
||||
|
||||
break;
|
||||
case MIXED:
|
||||
break;
|
||||
default:
|
||||
throw new ReviewedStingException("BUG: Unexpected genotype type: " + g);
|
||||
|
|
|
|||
Loading…
Reference in New Issue