summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-05-16 03:11:05 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-05-16 03:11:05 +0000
commit14a9e6c989c328eb96f15c9c5d3f9f738bdac6f7 (patch)
tree8df27dd292949e975698033eaffd3c3a865b2824 /biology
parentbiology/py-scikit-bio: Fix license (diff)
New port: biology/py-hits: Utilities for processing high-throughput sequencing experiments
Notes
Notes: svn path=/head/; revision=535347
Diffstat (limited to 'biology')
-rw-r--r--biology/Makefile1
-rw-r--r--biology/py-hits/Makefile20
-rw-r--r--biology/py-hits/distinfo3
-rw-r--r--biology/py-hits/pkg-descr3
4 files changed, 27 insertions, 0 deletions
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 <bsd.port.mk>
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