Martini 2.2P generating unstable model #503
Replies: 2 comments 5 replies
-
Thanks for raising this. It could be there's a mistake in the 2.2P datafiles, or the way we create the charge dummies that you stumbled across...
We can't generate coordinates yet. So the mutations will only work out-of-the-box for residues that are smaller or the same size as the original. By extension, if the resulting AA is too different, the structure will be... suboptimal. The mutation flag is more a way to conveniently generate the topologies. As you've noticed martinize2 is not very clever about coordinates. martinize2 provides the flags |
Beta Was this translation helpful? Give feedback.
-
martini2_insulin-vv.txt |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I recently have been trying to Martinise insulin using the martinize2 script with the following command:
!martinize2 -f 3i40.pdb -ff martini22p -x cg.pdb -elastic -p backbone -o topol.top -cys auto -ignore HOH
However, when trying to minimise this protein, I get an Fmax of the order of 10^7. This is found on residue A21:ASN.
I have simulated in polarisable water and sodium chloride, tried multiple minimisations in vacuum and with different algorithms, multiple steps of equilibration, etc. All lead to the same result, which is either pressure scaling by >1% followed by a segmentation fault, or a "cannot fix PBC" error and box vectors of -nan.
I have done a series of point mutations of ASN21 with every natural amino acid. The following mutations cause a similar error, or the .pdb produced by martinize2.py produces nan coordinates for the sidechain of residue 21 (and thus cannot be simulated):
The following point mutations resolved the high force and are stable enough to simulate fully:
I have tried with pretty much every single human insulin .pdb file I could find, and this happens invariably with all of them. Therefore, it is probably not a bad initial structure that is the problem. ASN21 is adjacent to a disulfide bridge, but none of the other residues near bridges have this issue.
What can I do to check and fix the initial structure after the fact? I would rather not work with a variant of insulin if I can avoid it.
Thank you to @fgrunewald for his help and correspondance so far, and thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions