<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 #2910 has been updated by Lenna Peterson.

<ul>
  <li><strong>Description</strong> updated (<a title="View differences" href="https://redmine.open-bio.org/journals/diff/15369?detail_id=1674">diff</a>)</li>
  <li><strong>Status</strong> changed from <i>New</i> to <i>Resolved</i></li>
  <li><strong>% Done</strong> changed from <i>0</i> to <i>100</i></li>
</ul>

<p>Migrated to github:</p>


        <p><a class="external" href="https://github.com/biopython/biopython/issues/992">https://github.com/biopython/biopython/issues/992</a></p>
<hr />
<h1><a href="https://redmine.open-bio.org/issues/2910#change-15369">Bug #2910: Bio.PDB build_peptides sometimes gives shorter peptide sequences than expected</a></h1>

<ul><li>Author: Christian Schaefer</li>
<li>Status: Resolved</li>
<li>Priority: Normal</li>
<li>Assignee: Biopython Dev Mailing List</li>
<li>Category: Main Distribution</li>
<li>Target version: 1.49</li>
<li>URL: </li></ul>

<p>Parsing the one-letter sequence for a specific chain out of a given pdb file often seems to result in shorter sequences than expected.</p>


        <p>The following code demonstrates this behavior for structure 1a2d chain A. Aminoacid #118 VAL after the HETATOM (<a class="issue tracker-1 status-5 priority-7 priority-highest closed" title="Installation problem (Closed)" href="https://redmine.open-bio.org/issues/117">#117</a>) block is missing in the result.</p>


        <p>------------------CODE----------------<br />from Bio.PDB.PDBParser import PDBParser<br />from Bio.PDB.Polypeptide import *</p>


        <p>parser = PDBParser()<br />ppb = PPBuilder()<br />structure = parser.get_structure('tmp', '1a2d.pdb')<br />polypeptides = ppb.build_peptides(structure<sup><a href="#fn0">0</a></sup>['A'])<br />sequence = str(polypeptides<sup><a href="#fn0">0</a></sup>.get_sequence())</p>


        <p>print sequence<br />------------------CODE----------------</p>


        <p>Another example is structure 13gs chain C and D. Both sequences are ECG, the code above however returns only CG.<br />So this behavior seems to be indepedent from a present HETATOM block.<br />This bug is also present in version 1.51.</p>



<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>