moltimate / moltimate-backend

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

Merge MOL 19 and 37 into dev #144

Closed kdm5498 closed 4 years ago

kdm5498 commented 4 years ago

Provides a proxy API to integrate the Autodock and OpenBabel cloud deployments.

Provides 2 additional API methods: dockLigand - POST - Accepts a ligand and macromolecule file, converts the files to pdbqt format, and passes the files to the Autodock API, returning a Job ID. dockLigand - GET - Accepts an Autodock Job ID and will either return the status of the job, or the completed job.

kdm5498 commented 4 years ago

There are some conflicts with the existing dev branch, but we should be able to just accept my changes, I already merged dev into this branch and resolved the conflicts.