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++;
|
nHomDerived++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
case MIXED:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new ReviewedStingException("BUG: Unexpected genotype type: " + g);
|
throw new ReviewedStingException("BUG: Unexpected genotype type: " + g);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue