You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 zero exception while if I use the pdb files everything works perfectly.
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.
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 zero
exception 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!
The text was updated successfully, but these errors were encountered: