Changing IndelSummary eval module so that PostCallingQC.scala can run with MIXED-record VCFs.

This commit is contained in:
Ryan Poplin 2012-04-10 00:22:40 -04:00
parent 9ece93ae9c
commit cd9bf1bfc3
1 changed files with 3 additions and 1 deletions

View File

@ -207,7 +207,9 @@ public class IndelSummary extends VariantEvaluator implements StandardEval {
break;
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;