Py cnvkit: updating dependencies (#8057)
* py-pyfaidx: adding new package * updating the url * identifying dependencies
This commit is contained in:
parent
c12dd61358
commit
50a95c57c7
1 changed files with 3 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue