Replies: 1 comment 3 replies
-
|
Hi @zoeyxyang, this is not supported by An alternative would be to change the graph isomorphism into sub-graph isomorphism in the code base, which can match incomplete graphs. However, this would be a bit more involved to implement than a simple post-processing. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
what is the best way to calculate spyrmsd when the ligands don't have the same number of atoms?
For example, if I have a pdb with certain ligand that has some missing atoms in the structure, and I need to calculate the rmsd between this ground truth ligand and the output of a docked ligand (which is the same ligand but has no missing atoms).
In this case spyrmsd will give an error: coords1.shape == coords2.shape
Is there a way for spyrmsd to only calculate the rmsd on the overlapping atoms between these two ligands?
Beta Was this translation helpful? Give feedback.
All reactions