float division by zero exception raised if using prody_align with mmCIF files #2085
nbruciaferri
started this conversation in
Archived Issues
Replies: 1 comment
-
|
I’d imagine that the problem is that the chains are different in the cif file with the default way of parsing it. We have an option unite_chains in parsePDB and parseMMCIF that can change the default behaviour if you set it to true. You can then use alignChains on the resulting AtomGroup objects instead of prody_align and everything should hopefully work. We should also modify prody_align to accept the unite_chains option to pass on to parsePDB and parseMMCIF. Thanks for letting us know |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I'm trying to use the prody_align function to align two selections and if I use mmCIF files as input the calcRMSD function would return a
float divison by zeroexception while if I use the pdb files everything works perfectly.Code snippet to replicate the bug:
Please let me know if I'm doing something wrong or if this is effectively a bug and in such case if you plan to fix it.
Thank you for your effort in providing such a broad package!
Beta Was this translation helpful? Give feedback.
All reactions