JMK parser fix to account for xmipp pseudoatom writing changes - #134
JMK parser fix to account for xmipp pseudoatom writing changes#134jamesmkrieger wants to merge 2 commits into
Conversation
MohamadHarastani
left a comment
There was a problem hiding this comment.
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/xmipp3#664
With both changes, the TestHEMNMA_1 works fine