<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 #2526 has been updated by Peter Cock.

<ul>
  <li><strong>Description</strong> updated (<a title="View differences" href="https://redmine.open-bio.org/journals/diff/15403?detail_id=1752">diff</a>)</li>
  <li><strong>Status</strong> changed from <i>New</i> to <i>Migrated</i></li>
</ul>

<p>Migrated to GitHub as <a class="external" href="https://github.com/biopython/biopython/issues/1717">https://github.com/biopython/biopython/issues/1717</a></p>
<hr />
<h1><a href="https://redmine.open-bio.org/issues/2526#change-15403">Bug #2526: SeqFeature's .id property is not preserved in BioSQL</a></h1>

<ul><li>Author: Peter Cock</li>
<li>Status: Migrated</li>
<li>Priority: Normal</li>
<li>Assignee: Biopython Dev Mailing List</li>
<li>Category: BioSQL</li>
<li>Target version: Not Applicable</li>
<li>URL: </li></ul>

<p>As per the title, a SeqFeature's .id property is not preserved after a save/retreive in BioSQL.</p>


        <p>I found this while working on Bug 2235, where my modified "swiss" parser creates SeqRecord objects with SeqFeature object which may have their .id set.  Note that in GenBank and EMBL, the SeqFeature objects do not have their id property set, and so are not affected.</p>


        <p>I need to review the BioSQL schema to see if there is a suitable field that Biopython is ignoring, and if there is, use it.  If not, we can probably use a tagged qualifier - ideally with the same name as the other Bio* projects.</p>


        <p>See also test_BioSQL_SeqIO.py revision 1.17 which includes a word arround to avoid this limitation.</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>