-
Notifications
You must be signed in to change notification settings - Fork 1
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
Test insertion codes #81
Comments
I may be misunderstanding what insertion codes are supposed to do, but I was expecting that I could do different rotamers and separate them using insertion codes. PyMOL and OpenMM (PDBFile) seem to disagree with what I did, though. Please check the attached file, the important part being:
But PyMol visualizes it as: Which is clearly not what I intended. Also, OpenMM reads it similarly as: In [1]: from openmm.app import PDBFile
In [2]: asp_insertion = PDBFile("ASP_capped_insertion.pdb")
In [3]: asp_insertion.topology
Out[3]: <Topology; 1 chains, 4 residues, 36 atoms, 36 bonds> But in this case I cannot be sure that OpenMM knows how to handle insertion codes. |
I do think I'm misunderstanding what insertion codes are supposed to be, since it seems that in this example they just put them in sequence, instead of being on top of each other. |
Insertion codes are completely separate residues (added sequentially). |
Just take a PDB with insertion codes and check we can run it in our protein mutation protocol. We would just pick the first insertion code to be used.
The text was updated successfully, but these errors were encountered: