This PR adds the all_deletion_coordinates list to be returned by the find_indels_substitutions_legacy function. Without this, when one would use the --use_legacy_insertion_quantification parameter a KeyError would be thrown.
This also updates the unit tests to catch this error.
This PR adds the
all_deletion_coordinates
list to be returned by thefind_indels_substitutions_legacy
function. Without this, when one would use the--use_legacy_insertion_quantification
parameter aKeyError
would be thrown.This also updates the unit tests to catch this error.