moltimate / moltimate-backend

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

MOL-15: Added LigandService and LigandController, changes to DockingS… #145

Closed ada-phillips closed 4 years ago

ada-phillips commented 4 years ago

…ervice

Added LigandService and LigandController to accomodate api requests for ligands associated with a given EC. Modified DockingService and DockingRequest to allow for LigandID in place of a Ligand file, which will be used by LigandService to get the file Added DockingUtils to encapsulate some shared file functionality

Description

Checklist

ada-phillips commented 4 years ago

I know we haven't bothered in past updates to the API, but i'm wondering if we should add the new ligand endpoint here to the readme.

A fair point, should've done this from the start. We also ought to go back and document the Docking API