Skip to content

Latest commit

 

History

History

gff

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

bcbio-gff

A python library to read and write Generic Feature Format (GFF). See the wiki documentation for details on usage. The goal is to integrate this code in gffutils and Biopython.

Most of the functionality from this library has been integrated into gffutils and we recommend using that for parsing GFF. It's an improved approach to handling GFF and well maintained by Ryan Dale.

Installation from bcbio-gff in pypi:

pip install bcbio-gff

This code is freely available for use under the Biopython license.