summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a2badae2a6a..b2fb48156f8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,9 @@ pkgbase = python-rgt
depends = python
depends = python-numpy
depends = python-scipy
+ depends = python-pysam
+ depends = python-pybigwig
+ depends = python-pyvcf
source = https://github.com/CostaLab/reg-gen/archive/0.12.1.tar.gz
sha256sums = baccb00d00dd98a26954414f13fd6f8f7d4ac1f6b40d65177867237029477fcf
diff --git a/PKGBUILD b/PKGBUILD
index 8ef6e5643b2c..ffcf4c7ffaaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Regulatory Genomics Toolbox"
arch=('any')
url=http://www.regulatory-genomics.org
license=('custom')
-depends=('python' 'python-numpy' 'python-scipy')
+depends=('python' 'python-numpy' 'python-scipy' 'python-pysam' 'python-pybigwig' 'python-pyvcf')
makedepends=('python-setuptools')
source=("https://github.com/CostaLab/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('baccb00d00dd98a26954414f13fd6f8f7d4ac1f6b40d65177867237029477fcf')