mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-pybedtools.
* gnu/packages/bioinformatics.scm (python2-pybedtools): Delete variable.
This commit is contained in:
parent
725b562962
commit
1010c05800
1 changed files with 0 additions and 8 deletions
|
@ -981,14 +981,6 @@ (define (cythonized? c/c++-file)
|
||||||
Python.")
|
Python.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public python2-pybedtools
|
|
||||||
(let ((pybedtools (package-with-python2 python-pybedtools)))
|
|
||||||
(package
|
|
||||||
(inherit pybedtools)
|
|
||||||
(native-inputs
|
|
||||||
(modify-inputs (package-native-inputs pybedtools)
|
|
||||||
(prepend python2-pathlib))))))
|
|
||||||
|
|
||||||
(define-public python-biom-format
|
(define-public python-biom-format
|
||||||
(package
|
(package
|
||||||
(name "python-biom-format")
|
(name "python-biom-format")
|
||||||
|
|
Loading…
Reference in a new issue