mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: Add python-py2bit.
* gnu/packages/bioinformatics.scm (python-py2bit): New variable.
This commit is contained in:
parent
bdb31853f0
commit
eb2200f3bd
1 changed files with 18 additions and 0 deletions
|
@ -2058,6 +2058,24 @@ (define-public python2-dendropy
|
|||
(native-inputs `(("python2-nose" ,python2-nose)
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public python-py2bit
|
||||
(package
|
||||
(name "python-py2bit")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "py2bit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cdf4qlmgwsh1f4k0wdv2sr8x9qn4366p0k3614vbd0fpqiarxrl"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/dpryan79/py2bit")
|
||||
(synopsis "Access 2bit files using lib2bit")
|
||||
(description
|
||||
"This package provides Python bindings for lib2bit to access 2bit files
|
||||
with Python.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public deeptools
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue