-
Notifications
You must be signed in to change notification settings - Fork 114
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
pdb_tidy
removes the TER
record between chains and removes last ENDMDL
in a multi-model PDB
#155
Comments
note: If we repeat the first line to simulate having two atoms before the first The same does not happen with the |
Thanks for the report @rvhonorato, we'll have a look. |
This is probably an edge case since the test pdb is not realistic and it works for "real" structures - anyway could be an indicative of some underlying issue. Let me know if there's anyway I can help |
I had a look at the format specification and it seems to hint that |
Its indeed not very clear, looking at https://www.wwpdb.org/documentation/file-format-content/format33/sect9.html#TER
and https://www.cgl.ucsf.edu/chimera/docs/UsersGuide/tutorials/pdbintro.html
And deeper into the
So that seems to imply to me that there is some relation between |
Yes - better too few than too many TER statements.
Adding TER statement at any chain break (even within a chain is a dangerous thing since it implies there is a real end of the chain there - meaning some software will interpret it as there should be a charged termini)
… and additionally a TER between chain breaks (non-continuous numbering in ATOM) using the strict options, which I think already exists, right?
|
Software that interprets the PDB format should cross-relate the +1 for less |
Any news on this? Is it still relevant or implemented already? |
Describe the bug
pdb_tidy
removes theTER
record between chains and removes lastENDMDL
in a multi-model PDB.To Reproduce
pdb_tidy test.pdb > tidy.pdb
Expected behavior
The
TER
records between the chains should be kept and the lastENDMDL
keptDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: