Merged bug fix from Stable into Unstable
This commit is contained in:
commit
f5e10e9879
|
|
@ -224,7 +224,7 @@ public class VariantSummary extends VariantEvaluator implements StandardEval {
|
||||||
allVariantCounts.inc(type, ALL);
|
allVariantCounts.inc(type, ALL);
|
||||||
|
|
||||||
// type specific calculations
|
// type specific calculations
|
||||||
if ( type == Type.SNP ) {
|
if ( type == Type.SNP && eval.isBiallelic() ) {
|
||||||
titvTable = VariantContextUtils.isTransition(eval) ? transitionsPerSample : transversionsPerSample;
|
titvTable = VariantContextUtils.isTransition(eval) ? transitionsPerSample : transversionsPerSample;
|
||||||
titvTable.inc(type, ALL);
|
titvTable.inc(type, ALL);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue