summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-05-25 15:28:57 +0100
committerGrey Christoforo2019-05-25 15:28:57 +0100
commit9d6b40e5fc87f9849f8ba62b12cb5c8f34de958e (patch)
tree8f549cb75c34efee51ef8281f8fe29901656c4fa
parent451891ceeac8b8429094c97f76cd2c01c317bcfb (diff)
downloadaur-9d6b40e5fc87f9849f8ba62b12cb5c8f34de958e.tar.gz
add deps
-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')