<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 #3156 has been updated by Vincent Davis.

<ul>
  <li><strong>Description</strong> updated (<a title="View differences" href="https://redmine.open-bio.org/journals/diff/15358?detail_id=1650">diff</a>)</li>
  <li><strong>Status</strong> changed from <i>New</i> to <i>Closed</i></li>
  <li><strong>Assignee</strong> changed from <i>Biopython Dev Mailing List</i> to <i>Vincent Davis</i></li>
  <li><strong>% Done</strong> changed from <i>0</i> to <i>100</i></li>
</ul>

<p>working as designed/intended. Closing</p>
<hr />
<h1><a href="https://redmine.open-bio.org/issues/3156#change-15358">Bug #3156: UniProt XML and SwissProt parsers silently fail to parse all of database references</a></h1>

<ul><li>Author: Renato Alves</li>
<li>Status: Closed</li>
<li>Priority: Normal</li>
<li>Assignee: Vincent Davis</li>
<li>Category: Main Distribution</li>
<li>Target version: Not Applicable</li>
<li>URL: </li></ul>

<p>Example code:</p>


        <p>from Bio import SeqIO, ExPASy<br />entry = SeqIO.read(ExPASy.get_sprot_raw('P31946'), 'swiss')</p>


        <p>If you then inspect entry.dbxrefs, you can see that it includes:</p>


        <p>['Ensembl:ENST00000353703', 'Ensembl:ENST00000372839']</p>


        <p>but not<br />['Ensembl:ENSP00000300161', 'Ensembl:ENSG00000166913'. 'Ensembl:ENSP00000361930', 'Ensembl:ENSG00000166913']</p>


        <p>which are present in the original file as:<br />DR   Ensembl; ENST00000353703; ENSP00000300161; ENSG00000166913.<br />DR   Ensembl; ENST00000372839; ENSP00000361930; ENSG00000166913.</p>


        <p>The same happens with the XML format and the new uniprot-xml parser where the original file contains:</p>


        <p><dbReference type="Ensembl" id="ENST00000353703" key="75"><br /><property type="protein sequence ID" value="ENSP00000300161" /><br /><property type="gene ID" value="ENSG00000166913" /><br /></dbReference></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>