New port: biology/py-hits: Utilities for processing high-throughput sequencing experiments

This commit is contained in:
Yuri Victorovich 2020-05-16 03:11:05 +00:00
parent af1eacd3da
commit 14a9e6c989
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535347
4 changed files with 27 additions and 0 deletions

View File

@ -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

20
biology/py-hits/Makefile Normal file
View File

@ -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>

3
biology/py-hits/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1589596183
SHA256 (hits-0.1.tar.gz) = d522045c7c5f7bb68645c99bf5fde7601ecfb8f13d7c0d94090a5fd84bb86feb
SIZE (hits-0.1.tar.gz) = 1056911

View File

@ -0,0 +1,3 @@
Utilities for processing high-throughput sequencing experiments.
WWW: https://github.com/jeffhussmann/hits