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
[ ] Code compiles correctly
[ ] Created tests which fail without the change (if possible)
[ ] All tests passing
[ ] Extended the README / documentation, if necessary
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