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 MIXED:
|
||||
case SYMBOLIC:
|
||||
case STRUCTURAL_INDEL:
|
||||
return checkVariationClass( evalVC, VariantRecalibratorArgumentCollection.Mode.INDEL );
|
||||
default:
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue