Skip to content

Commit

Permalink
biology/py-pywgsim: Modified wgsim genomic data simulator
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Sep 6, 2021
1 parent cb2492b commit c085af1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions biology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
SUBDIR += py-pyfaidx
SUBDIR += py-pysam
SUBDIR += py-python-libsbml
SUBDIR += py-pywgsim
SUBDIR += py-resdk
SUBDIR += py-scikit-bio
SUBDIR += py-xenaPython
Expand Down
17 changes: 17 additions & 0 deletions biology/py-pywgsim/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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>
3 changes: 3 additions & 0 deletions biology/py-pywgsim/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1630888272
SHA256 (pywgsim-0.5.2.tar.gz) = b6726be21629bd1cda12592b536dcd62d250fc4872e47cbcc54066e8a6e8f709
SIZE (pywgsim-0.5.2.tar.gz) = 81724
5 changes: 5 additions & 0 deletions biology/py-pywgsim/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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.

WWW: https://pypi.python.org/pypi/pywgsim

0 comments on commit c085af1

Please sign in to comment.