UCL / HHyeast-server

0 stars 0 forks source link

Fix problem with too long hit lists. #43

Closed ilectra closed 6 years ago

ilectra commented 6 years ago

This might solve the issues visualising very large hit lists from pdb, eg. BPH1: Truncate the list of fully overlapping hits at eg. 50 (i.e. non-overlapping ones, that should be moved up, are still shown), and issue warning on the top of the page.

In the long term, this should be fixed by pre-calculating clustering, and only show eg. 50 top hits of each cluster. See https://github.com/UCL/HHprY-Project/issues/23

ilectra commented 6 years ago

@timlevine , @tamuri what's a good total number of hits cutoff, above which I'd start truncating overlapping hits? I was thinking 1000 or so, does this makes sense?