python3Packages.cnvkit: fix build

This commit is contained in:
Jonathan Ringer 2020-07-07 09:34:48 -07:00 committed by Jon
parent 26dea04efc
commit 58134d6358

View file

@ -6,6 +6,7 @@
, biopython
, numpy
, scipy
, scikitlearn
, pandas
, matplotlib
, reportlab
@ -29,6 +30,7 @@ buildPythonPackage rec {
biopython
numpy
scipy
scikitlearn
pandas
matplotlib
reportlab
@ -44,6 +46,8 @@ buildPythonPackage rec {
--replace "pandas >= 0.20.1, < 0.25.0" "pandas"
'';
pythonImportsCheck = [ "cnvlib" ];
meta = with lib; {
homepage = "https://cnvkit.readthedocs.io";
description = "A Python library and command-line software toolkit to infer and visualize copy number from high-throughput DNA sequencing data";