diff --git a/biology/Makefile b/biology/Makefile index 324f6f30fcfb..553b36986d8e 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -129,6 +129,7 @@ SUBDIR += py-fastTSNE SUBDIR += py-gffutils SUBDIR += py-gtfparse + SUBDIR += py-hits SUBDIR += py-loompy SUBDIR += py-macs2 SUBDIR += py-multiqc diff --git a/biology/py-hits/Makefile b/biology/py-hits/Makefile new file mode 100644 index 000000000000..bf0239c723e6 --- /dev/null +++ b/biology/py-hits/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= hits +PORTVERSION= 0.1 +CATEGORIES= biology python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Utilities for processing high-throughput sequencing experiments + +LICENSE= GPLv3 + +USES= python:3.6+ +USE_PYTHON= distutils cython autoplist + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/hits/*.so + +.include diff --git a/biology/py-hits/distinfo b/biology/py-hits/distinfo new file mode 100644 index 000000000000..0132c3f476c9 --- /dev/null +++ b/biology/py-hits/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1589596183 +SHA256 (hits-0.1.tar.gz) = d522045c7c5f7bb68645c99bf5fde7601ecfb8f13d7c0d94090a5fd84bb86feb +SIZE (hits-0.1.tar.gz) = 1056911 diff --git a/biology/py-hits/pkg-descr b/biology/py-hits/pkg-descr new file mode 100644 index 000000000000..e1cd3e411969 --- /dev/null +++ b/biology/py-hits/pkg-descr @@ -0,0 +1,3 @@ +Utilities for processing high-throughput sequencing experiments. + +WWW: https://github.com/jeffhussmann/hits