Closed dominiquesydow closed 3 years ago
At the moment, our ligand data retrieval is a bit too hacky.
rdkit
There is a lot of room for crashes :) It would be much better to add
to our dynophore JSON file. That way we can create the ligand directly from the MDL mol block and update the atom IDs with the PDB residue IDs.
dynophores.core.Ligand
Ligand
Dynophore
view2d
None.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Merging #31 (3674b1d) into master (33f2307) will increase coverage by 0.30%. The diff coverage is 99.08%.
0.30%
99.08%
Description
At the moment, our ligand data retrieval is a bit too hacky.
rdkit
molecule by inferring bonds from SMILES.There is a lot of room for crashes :) It would be much better to add
to our dynophore JSON file. That way we can create the ligand directly from the MDL mol block and update the atom IDs with the PDB residue IDs.
Todos
dynophores.core.Ligand
classLigand
class as attribute toDynophore
classview2d
moduleQuestions
None.
Status