Updating the checkType() function to include the new StructuralIndel variant type. Fixes outstanding broken integration test.
This commit is contained in:
parent
c7ce3e1cf5
commit
20601f034e
|
|
@ -286,6 +286,7 @@ public class VariantDataManager {
|
||||||
case INDEL:
|
case INDEL:
|
||||||
case MIXED:
|
case MIXED:
|
||||||
case SYMBOLIC:
|
case SYMBOLIC:
|
||||||
|
case STRUCTURAL_INDEL:
|
||||||
return checkVariationClass( evalVC, VariantRecalibratorArgumentCollection.Mode.INDEL );
|
return checkVariationClass( evalVC, VariantRecalibratorArgumentCollection.Mode.INDEL );
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue