10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-wJC5eXIC9PNlbCtmq671WuoIJVkh3aX7K6WArJWjyFg=";
33 pythonImportsCheck = [
38 "pyBigWigTest/test*.py"
42 # Test file is donwloaded from GitHub
50 description = "File access to bigBed files, and read and write access to bigWig files";
52 A Python extension, written in C, for quick access to bigBed files
53 and access to and creation of bigWig files. This extension uses
54 libBigWig for local and remote file access.
56 homepage = "https://github.com/deeptools/pyBigWig";
57 changelog = "https://github.com/deeptools/pyBigWig/releases/tag/${version}";
58 license = licenses.mit;
59 maintainers = with maintainers; [ scalavision ];