-
Notifications
You must be signed in to change notification settings - Fork 3
JMK parser fix to account for xmipp pseudoatom writing changes #134
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
base: devel
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would ask Remi to verify since he wrote this file. I will approve it from my side.
Thanks, Mohamad. Remi, can you also look at the changes on the xmipp side, please? |
We're still thinking further about this on the xmipp side, so I'm converting this to draft |
Hi James, @MohamadHarastani |
There is no error with the tests that I’m fixing. Rather, I’m mentioning the test to say that I’m not breaking anything. The idea here is indeed to aim towards having a pseudoatom pdb file that actually follows the pdb format. This parser that I edited is the specific one for that, which in theory could probably be retired. David Strelak and I were thinking we could do the same on the Xmipp side. |
I believe PDB file with atoms or pseudoatoms should follow the exact same specification, maybe only the residue name will be specific to pseudoatoms, but the rest should be the same. I think this is how it is done so far in continuousflex. I don't understand the problem you are having and why you should modify this PDB reader to pseudoatoms pdb files. |
They should be but they aren’t actually. I’ll have a look at this all more carefully |
Accounts for I2PC/xmipp#664
With both changes, the TestHEMNMA_1 works fine