moltimate / moltimate-backend

A protein active site alignment tool
GNU General Public License v2.0
10 stars 6 forks source link

MOL-65: updateMotifs fix #147

Closed ada-phillips closed 4 years ago

ada-phillips commented 4 years ago

Updated biojava and spring dependencies to prevent arbitrary failures Added retryable getEcNumber method to LigandService to avoid 429 errors on retrieving pdb information Enabled Spring retryable in dev and prod profiles

Motif generation now fails only for those CSA entries that are inconsistent with the PDB. This is caused by the .csv file we use being outdated, and the M-CSA has announced they will not be updating those files ever. An important task for next year's team will be to utilize the residue API, rather than relying on the files.

Description

Checklist