moltimate / moltimate-backend

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

Merge MOL-64 into Dev #148

Closed kdm5498 closed 4 years ago

kdm5498 commented 4 years ago

Description

Made changes to DockingService to support new workflow. Updated README.

For all functions to work completely, make sure your OpenBabel container includes the changes from my pull request here: https://github.com/moltimate/openbabel-docker/pull/3

If you are generating active sites for a protein that is not directly given in the csa_curated_data or promol_active_sites files, make sure that you have run the /tasks/updateasync method to generate and connect to the motifs database for alignment. The first time you run alignment for a protein will take a while, but after that it can use the cached version.

Checklist