aboutsummaryrefslogtreecommitdiff
path: root/biology/py-hits
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/py-hits
parentaf1eacd3daddaa88971707f1d31b37ad0d15b657 (diff)
downloadports-14a9e6c989c328eb96f15c9c5d3f9f738bdac6f7.tar.gz
ports-14a9e6c989c328eb96f15c9c5d3f9f738bdac6f7.zip
New port: biology/py-hits: Utilities for processing high-throughput sequencing experiments
Notes
Notes: svn path=/head/; revision=535347
Diffstat (limited to 'biology/py-hits')
-rw-r--r--biology/py-hits/Makefile20
-rw-r--r--biology/py-hits/distinfo3
-rw-r--r--biology/py-hits/pkg-descr3
3 files changed, 26 insertions, 0 deletions
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