./biology/py-bcbio-gff, Read and write Generic Feature Format (GFF) with Biopython integration

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.1, Package name: py312-bcbio-gff-0.7.1, Maintainer: bacon

Read and write Generic Feature Format (GFF) with Biopython integration.

* Eventually to be integrated into gffutils, making bcbio-gff ibsolete.

Generic Feature Format (GFF) is a biological sequence file format for
representing features and annotations on sequences. It is a tab delimited
format, making it accessible to biologists and editable in text editors and
spreadsheet programs. It is also well defined and can be parsed via automated
programs. GFF files are available from many of the large sequencing and
annotation centers.


Master sites:

Filesize: 19.631 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-16 14:10:08 by Jason Bacon | Files touched by this commit (4) | Package updated
Log message:
biology/py-bcbio-gff: Update to 0.7.1

A few fixes and updates
Changes: https://github.com/chapmanb/bcbb/commits/master/
   2023-11-05 18:51:31 by Jason Bacon | Files touched by this commit (4)
Log message:
biology/py-bcbio-gff: Read and write GFF files

Read and write Generic Feature Format (GFF) with Biopython
integration.  Meant to be integrated eventually into gffutils,
making this package obsolete.