Py cnvkit: updating dependencies (#8057)

* py-pyfaidx: adding new package

* updating the url

* identifying dependencies
This commit is contained in:
peetsv 2018-05-08 15:54:15 -07:00 committed by Adam J. Stewart
parent c12dd61358
commit 50a95c57c7

View file

@ -41,6 +41,8 @@ class PyCnvkit(PythonPackage):
depends_on('py-numpy@1.9:', type=('build', 'run'))
depends_on('py-pandas@0.18.1:', type=('build', 'run'))
depends_on('py-pyfaidx@0.4.7:', type=('build', 'run'))
depends_on('py-pysam@0.10.0:', type=('build', 'run'))
depends_on('py-pysam@0.10.0:0.13', type=('build', 'run'))
depends_on('py-reportlab@3.0:', type=('build', 'run'))
depends_on('py-scipy@0.15.0:', type=('build', 'run'))
depends_on('bcftools@1.6', type=('build', 'run'))
depends_on('samtools@1.6', type=('build', 'run'))