Unexpected TER in martinize2 Production- protein with 4 subunits split into 7 ITPs with 3 unexpected TERs #630
Replies: 5 comments
-
I haven't looked in huge detail, but my guess is that you're right it's the missing residues. Martinize2 won't reconstruct missing residues for you, and if it's finding splits in chains, it will annotate them as N and C termini automatically. The only way to fix this would be to reconstruct the chains using your preferred method beforehand. |
Beta Was this translation helpful? Give feedback.
-
To add to this, connectivity is guesstimated based on atom names (within residues), the coordinates of atoms, and CONECT records. It could be that e.g. residues 597 and 598 are complete, but just a little bit too far apart. If this is the case, you could add a CONECT record. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I may not have made it clear that I have rebuilt the CHAIN, which is the file I shared in Google Cloud. That is, we don't have missing residues in the index 398-863 section. This is exactly why I am very confused ...... |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I probably got it, I checked in PyMol and visually it looks further away, but not so far away that it's exaggerated, but it might be defined by the program as being no connectivity. I'd like to follow up on the “add a CONECT record” you mentioned, how does that work exactly? I'm not sure how to add a record by rewriting the pdb. |
Beta Was this translation helpful? Give feedback.
-
See https://www.wwpdb.org/documentation/file-format-content/format33/v3.3.html, use your favourite text editor. |
Beta Was this translation helpful? Give feedback.
-
I'm currently using martinize2 to model a protein system with four subunits/chains. Following the MARTINI official tutorial, I used the following command:
However, I encountered an issue where the resulting files split my chains unexpectedly. Specifically, chains B,C,D are each split into two parts, even though the input PDB file only contains four TER entries (one for each chain), 3 unexpected TERs in chain B,C,D. The command output suggests the issue occurs around residues TYR597 and LEU602 within each of these chains.
Here's a snippet of the log:
It appears that the chains are being split at TYR597 and LEU602, with missing atoms OXT reported for these residues.
Note:
The input PDB file contains four chains (A, B, C, D) with residues numbered between 398-863.
The PDB is partially populated with missing residues, but no residues should be missing in the 398-863 range.
Could this issue be due to the missing atoms or a formatting error in the PDB file related to the missing residues?
Questions:
What could be causing martinize2 to split the chains at these points?
Could this be a bug in martinize2 related to handling missing residues?
How can I prevent martinize2 from splitting the chains and ensure it recognizes the correct number of subunits?
The input files is available with this link that you can reproduce the same situation: https://drive.google.com/file/d/1FJ-aZyerrT8Y5EqkCko6Hq5ymfj88MNI/view?usp=drive_link
Beta Was this translation helpful? Give feedback.
All reactions