forked from Lainports/freebsd-ports
biology/py-bcbio-gff: Update to 0.7.1
A few fixes and updates Changes: https://github.com/chapmanb/bcbb/commits/master/ PR: 283253 Reported by: alster@vinterdalen.se
This commit is contained in:
parent
25e2eac767
commit
695d1ac4d1
3 changed files with 14 additions and 5 deletions
|
|
@ -1,12 +1,14 @@
|
||||||
PORTNAME= bcbio-gff
|
PORTNAME= bcbio-gff
|
||||||
DISTVERSION= 0.7.0
|
DISTVERSION= 0.7.1
|
||||||
CATEGORIES= biology python
|
CATEGORIES= biology python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= jwb@FreeBSD.org
|
MAINTAINER= jwb@FreeBSD.org
|
||||||
COMMENT= Read and write Generic Feature Format (GFF) with Biopython integration
|
COMMENT= Read and write Generic Feature Format (GFF) with Biopython integration
|
||||||
WWW= https://pypi.python.org/project/bcbio-gff/
|
WWW= https://pypi.org/project/bcbio-gff/ \
|
||||||
|
https://biopython.org/wiki/GFF_Parsing \
|
||||||
|
https://github.com/chapmanb/bcbb/tree/master/gff/
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1678969796
|
TIMESTAMP = 1733918562
|
||||||
SHA256 (bcbio-gff-0.7.0.tar.gz) = f7b3922ee274106f8716703f41f05a1795aa9d73e903f4e481995ed8f5f65d2d
|
SHA256 (bcbio-gff-0.7.1.tar.gz) = d1dc3294147b95baced6033f6386a0fed45c43767ef02d1223df5ef497e9cca6
|
||||||
SIZE (bcbio-gff-0.7.0.tar.gz) = 20041
|
SIZE (bcbio-gff-0.7.1.tar.gz) = 20102
|
||||||
|
|
|
||||||
|
|
@ -1 +1,8 @@
|
||||||
Read and write Generic Feature Format (GFF) with Biopython integration.
|
Read and write Generic Feature Format (GFF) with Biopython integration.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue