<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
fieldset.attachments {border-width: 1px 0 0 0;}
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
span.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
Issue #2292 has been updated by Peter Cock.

<ul>
  <li><strong>Status</strong> changed from <i>Resolved</i> to <i>Closed</i></li>
</ul>

<p>Pull request merged with fix from Michal.</p>
<hr />
<h1><a href="https://redmine.open-bio.org/issues/2292#change-15399">Bug #2292: Bio.PDBIO writes TER records without any required fields</a></h1>

<ul><li>Author: Michal J.</li>
<li>Status: Closed</li>
<li>Priority: Normal</li>
<li>Assignee: Biopython Dev Mailing List</li>
<li>Category: Other</li>
<li>Target version: Not Applicable</li>
<li>URL: </li></ul>

<p>Bio.PDBIO is happy to write TER records as "TER\n", which is inconsistent with PDB format specification.</p>


        <p>The PDB format requires that TER records have some fields similar to ATOM records:<br />'''The TER record has the same residue name, chain identifier, sequence number and insertion code as the terminal residue. The serial number of the TER record is one number greater than the serial number of the ATOM/HETATM preceding the TER.'''</p>


        <p>[See <a class="external" href="http://www.wwpdb.org/documentation/format23/sect9.html#TER">http://www.wwpdb.org/documentation/format23/sect9.html#TER</a>]</p>


        <p>It leads to problem with programs that require correct TER records (like multiple structural alignment program MUSTANG), and crash when they are not found.</p>

  <fieldset class="attachments"><legend>Files</legend>
    <a href="https://redmine.open-bio.org/attachments/download/652/PDBIO.diff">PDBIO.diff</a>
    (656 Bytes)<br />
  </fieldset>


<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here and login: <a class="external" href="http://redmine.open-bio.org">http://redmine.open-bio.org</a></p></span>
</body>
</html>