You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR (fixesBears-R-Us#2661) fixes a bug in `segarray.remove_repeats` handling of empty segments. This was a very similar problem as in Bears-R-Us#2666
This PR (fixes#2661) fixes a bug in `segarray.remove_repeats` handling of empty segments. This was a very similar problem as in #2666
Co-authored-by: Pierce Hayes <[email protected]>
SegArray.filter()
appears to be dropping the segments that are empty before filtering. Empty segments resulting from the filter are handled properly.The text was updated successfully, but these errors were encountered: