Py cnvkit: updating dependencies (#8057)
* py-pyfaidx: adding new package * updating the url * identifying dependencies
This commit is contained in:
		@@ -41,6 +41,8 @@ class PyCnvkit(PythonPackage):
 | 
				
			|||||||
    depends_on('py-numpy@1.9:',        type=('build', 'run'))
 | 
					    depends_on('py-numpy@1.9:',        type=('build', 'run'))
 | 
				
			||||||
    depends_on('py-pandas@0.18.1:',    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-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-reportlab@3.0:',    type=('build', 'run'))
 | 
				
			||||||
    depends_on('py-scipy@0.15.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'))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user