Loading pkgs/development/python-modules/pybigwig/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -20,13 +20,14 @@ buildPythonPackage rec { nativeCheckInputs = [ numpy pytest ]; meta = with lib; { homepage = "https://github.com/deeptools/pyBigWig"; description = "File access to bigBed files, and read and write access to bigWig files"; longDescription = '' A python extension, written in C, for quick access to bigBed files and access to and creation of bigWig files. This extension uses libBigWig for local and remote file access. ''; homepage = "https://github.com/deeptools/pyBigWig"; changelog = "https://github.com/deeptools/pyBigWig/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ scalavision ]; }; Loading Loading
pkgs/development/python-modules/pybigwig/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -20,13 +20,14 @@ buildPythonPackage rec { nativeCheckInputs = [ numpy pytest ]; meta = with lib; { homepage = "https://github.com/deeptools/pyBigWig"; description = "File access to bigBed files, and read and write access to bigWig files"; longDescription = '' A python extension, written in C, for quick access to bigBed files and access to and creation of bigWig files. This extension uses libBigWig for local and remote file access. ''; homepage = "https://github.com/deeptools/pyBigWig"; changelog = "https://github.com/deeptools/pyBigWig/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ scalavision ]; }; Loading