moltimate / moltimate-frontend

Moltimate's frontend source code.
GNU General Public License v2.0
8 stars 2 forks source link

Merge Ligand List Population into Integrate-Visualization #83

Closed kdm5498 closed 4 years ago

kdm5498 commented 4 years ago

Description

Ligand list now populates from backend. Will populate upon completion of alignment. Populates all ligands for each protein in the search box, and saves the associated protein ID in the macromolecule field of the Ligand data object, and saves the smiles value to the object as well. To test, make sure you can get results from the alignment endpoint to get the EC for each protein. Each ligand will state its smiles value and associated protein in hover text when mousing over it.

Checklist