freebsd-ports/biology/py-pywgsim/Makefile
Jason W. Bacon c085af1e81 biology/py-pywgsim: Modified wgsim genomic data simulator
pywgsim is a modified version of the wgsim short read simulator.  The
code for wgsim has been modified to allow visualizing the simulated
mutations as a GFF file.
2021-09-06 07:55:49 -05:00

17 lines
361 B
Makefile

PORTNAME= pywgsim
DISTVERSION= 0.5.2
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Modified wgsim genomic data simulator
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plac>=0:devel/py-plac@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>