diff --git a/modules/Bio/EnsEMBL/BaseAlignFeature.pm b/modules/Bio/EnsEMBL/BaseAlignFeature.pm index 008826071bc106d2d4b5632c0e6028acf27542e4..e4759db1e0f19d25c662d9a076b49ecb2c96a0da 100644 --- a/modules/Bio/EnsEMBL/BaseAlignFeature.pm +++ b/modules/Bio/EnsEMBL/BaseAlignFeature.pm @@ -715,9 +715,9 @@ sub _parse_features { #sanity check, Should not be an insertion and deletion if($insertion_flag) { - throw("Should not be an deletion and insertion on the " . - "same alignment region. prev2 = $prev2; f->hend() = " . - $f->hend() . "; cigar_line = $string;\n"); + warning("Should not be an deletion and insertion on the " . + "same alignment region. prev2 = $prev2; f->hend() = " . + $f->hend() . "; cigar_line = $string;\n"); } } #shift our position in the hit seq alignment