aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2022-02-03 20:11:38 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2022-02-03 20:11:38 +0000
commit0939abbdf6313af011b2003e8872650e5e5eb1f3 (patch)
tree16b726e6a01ef1dd3f3807fe0ee0f01fd8b07c38 /biology
parente24985d3666d7f21ce4d43135cdf15730bbb8f0c (diff)
downloadports-0939abbdf6313af011b2003e8872650e5e5eb1f3.tar.gz
ports-0939abbdf6313af011b2003e8872650e5e5eb1f3.zip
biology/py-dna-features-viewer: Add py-bcbio-gff dep
Needed to automatically extract features from GFF files
Diffstat (limited to 'biology')
-rw-r--r--biology/py-dna-features-viewer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/py-dna-features-viewer/Makefile b/biology/py-dna-features-viewer/Makefile
index 7ea1d63d46e6..68b76e64e69a 100644
--- a/biology/py-dna-features-viewer/Makefile
+++ b/biology/py-dna-features-viewer/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dna-features-viewer
DISTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3:math/py-matplotlib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}biopython>0:biology/py-biopython@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}biopython>0:biology/py-biopython@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}bcbio-gff>0:biology/py-bcbio-gff@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils