Updating the checkType() function to include the new StructuralIndel variant type. Fixes outstanding broken integration test.

This commit is contained in:
Christopher Hartl 2012-08-22 07:33:10 -07:00
parent c7ce3e1cf5
commit 20601f034e
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public class VariantDataManager {
case INDEL:
case MIXED:
case SYMBOLIC:
case STRUCTURAL_INDEL:
return checkVariationClass( evalVC, VariantRecalibratorArgumentCollection.Mode.INDEL );
default:
return false;