graphein
graphein copied to clipboard
Protein_ligand graph support & junction tree feature
Reference Issues/PRs
What does this implement/fix? Explain your changes
Issue #162 a preliminary version of implementation, comments not edited, a couple of points need to be discussed including multiple TODOs and the choice of rdkit or pdb dataframe for ligand. Basic structures and features work out fine, but may need more testing.
What testing did you do to verify the changes in this PR?
for protein_ligand graph, tests/protein_ligand/test_graphs, right now only basic features are tested, see protein_ligand/config.py
for junction tree feature, tests/molecule/test_graphs, only basic usage is tested
Review & discussion needed :D