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

<ul>
  <li><strong>Description</strong> updated (<a title="View differences" href="https://redmine.open-bio.org/journals/diff/15353?detail_id=1634">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>This is a now issue, <a class="external" href="http://biopython.org/wiki/GFF_Parsing">http://biopython.org/wiki/GFF_Parsing</a><br />The solution is to use <a class="external" href="https://github.com/chapmanb/bcbb/tree/master/gff">https://github.com/chapmanb/bcbb/tree/master/gff</a><br />There is no solution in this issue and I don't see the need to add it to github unless someone currently wants to integrate bcbb<br />Closing issue</p>
<hr />
<h1><a href="https://redmine.open-bio.org/issues/2762#change-15353">Bug #2762: GFF capability in SeqIO</a></h1>

<ul><li>Author: Leighton Pritchard</li>
<li>Status: Closed</li>
<li>Priority: Normal</li>
<li>Assignee: Vincent Davis</li>
<li>Category: Main Distribution</li>
<li>Target version: 1.49b</li>
<li>URL: </li></ul>

<p>I'm increasingly coming across GFF format files, and SeqIO currently can't handle them.  It might be useful if at some point in the future, it could.  Also, the Bio.GFF module handles access to a database, and doesn't provide a mechanism for importing or writing GFF format files.  I'm not sure that there is currently any facility to handle this format in Biopython.</p>


        <p>There are at least two variants of the GFF format that I've seen in use...</p>


        <p>GFF2 is the one I'm working with at the moment, and its specification is here: <a class="external" href="http://www.sanger.ac.uk/Software/formats/GFF/GFF_Spec.shtml">http://www.sanger.ac.uk/Software/formats/GFF/GFF_Spec.shtml</a></p>


        <p>I've come across GFF3 in other contexts, and it is defined here: <a class="external" href="http://www.sequenceontology.org/gff3.shtml">http://www.sequenceontology.org/gff3.shtml</a></p>


        <p>Note that GFF3 is similar to GenBank files in that it may explicitly describe both sequence features, and the sequence itself (potentially for multiple sequences).  GFF2 has the potential for this in the specification for the Comments section, which includes a recommended syntax for defining sequences to which the features refer, although that spec makes the reasonable assumption that you would be able to obtain the sequence from elsewhere, knowing the sequence ID from the GFF file.</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>