1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

biology/py-bigwig: Python access to bigWig files using libBigWig

A python extension, written in C, for quick access to bigBed files and access
to and creation of bigWig files. This extension uses libBigWig for local and
remote file access.
This commit is contained in:
Jason W. Bacon 2021-04-12 18:21:41 -05:00
parent 6dd01d1520
commit dfcece22a2
4 changed files with 30 additions and 0 deletions

View File

@ -123,6 +123,7 @@
SUBDIR += protomol
SUBDIR += psi88
SUBDIR += py-Genesis-PyAPI
SUBDIR += py-bigwig
SUBDIR += py-biom-format
SUBDIR += py-biopython
SUBDIR += py-bx-python

View File

@ -0,0 +1,21 @@
PORTNAME= pyBigWig
DISTVERSION= 0.3.18
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Python access to bigWig files using libBigWig
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libcurl.so:ftp/curl
USES= localbase python
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyBigWig.so
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1617288519
SHA256 (pyBigWig-0.3.18.tar.gz) = 4c2a8c571b4100ad7c4c318c142eb48558646be52aaab28215a70426f5be31bc
SIZE (pyBigWig-0.3.18.tar.gz) = 64834

View File

@ -0,0 +1,5 @@
A python extension, written in C, for quick access to bigBed files and access
to and creation of bigWig files. This extension uses libBigWig for local and
remote file access.
WWW: https://pypi.org/project/pyBigWig/