-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix altloc to coordinate sets #1783
Conversation
There's also a pdb writing issue associated with this. Old behaviour (ATOM line takes next ANISOU value):
Fixed behaviour:
|
The problem there was that we were putting ANISOU lines into the dictionary that is fed to _evalAltloc, which only knows how to handle ATOM lines. What it does is makes another coordinate set with coords from another altloc if it exists. New fixed result:
New fixed output:
|
We actually need to overhaul the anisou handling to give each coordset a different set of them. |
8703c12
to
e3900b6
Compare
7ee0ed1
to
eb11d09
Compare
This will also need to be included in mmcif and mmtf parsers |
These don't use _evalAltlocs anyway so probably that's something for another time |
We'll still need tests for this too |
eb230a2
to
461418f
Compare
Old behaviour:
Fixed behaviour: