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:
parent
6dd01d1520
commit
dfcece22a2
@ -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
|
||||
|
21
biology/py-bigwig/Makefile
Normal file
21
biology/py-bigwig/Makefile
Normal 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>
|
3
biology/py-bigwig/distinfo
Normal file
3
biology/py-bigwig/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1617288519
|
||||
SHA256 (pyBigWig-0.3.18.tar.gz) = 4c2a8c571b4100ad7c4c318c142eb48558646be52aaab28215a70426f5be31bc
|
||||
SIZE (pyBigWig-0.3.18.tar.gz) = 64834
|
5
biology/py-bigwig/pkg-descr
Normal file
5
biology/py-bigwig/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user