Changing IndelSummary eval module so that PostCallingQC.scala can run with MIXED-record VCFs.
This commit is contained in:
parent
9ece93ae9c
commit
cd9bf1bfc3
|
|
@ -207,7 +207,9 @@ public class IndelSummary extends VariantEvaluator implements StandardEval {
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new UserException.BadInput("Unexpected variant context type: " + eval);
|
// TODO - MIXED, SYMBOLIC, and MNP records are skipped over
|
||||||
|
//throw new UserException.BadInput("Unexpected variant context type: " + eval);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue