UCLOrengoGroup / cath-todo

Issues relating to the CATH protein structure classification web pages
4 stars 0 forks source link

searching large sequences against funfam produces error #35

Closed sillitoe closed 6 years ago

sillitoe commented 6 years ago

Searching UniProtKB sequence Q7Z589 (1322 residues) against FunFams produces an error.

This is due to the results object being too large to be stored by memcache.

Possible options:

sillitoe commented 6 years ago

Changes:

In this example (Q7Z589), the issue was not the number of hits since this actually returned zero matches against the FunFams.

The issue of bloated data structures was causing issues with other large query sequences though. Seems to have improved response times.