9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "4c2a8c571b4100ad7c4c318c142eb48558646be52aaab28215a70426f5be31bc";
18 buildInputs = [ zlib ];
20 checkInputs = [ numpy pytest ];
23 homepage = "https://github.com/deeptools/pyBigWig";
24 description = "File access to bigBed files, and read and write access to bigWig files";
26 A python extension, written in C, for quick access to bigBed files
27 and access to and creation of bigWig files. This extension uses
28 libBigWig for local and remote file access.
30 license = licenses.mit;
31 maintainers = with maintainers; [ scalavision ];