mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: htseq: Add PySam to inputs.
* gnu/packages/bioinformatics.scm (htseq)[inputs]: Add "python2-pysam".
This commit is contained in:
parent
d15d981ea2
commit
578b05d99e
1 changed files with 2 additions and 0 deletions
|
@ -1774,6 +1774,8 @@ HMMs).")
|
||||||
;; Numpy needs to be propagated when htseq is used as a Python library.
|
;; Numpy needs to be propagated when htseq is used as a Python library.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-numpy" ,python2-numpy)))
|
`(("python-numpy" ,python2-numpy)))
|
||||||
|
(inputs
|
||||||
|
`(("python-pysam" ,python2-pysam)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python2-setuptools)))
|
`(("python-setuptools" ,python2-setuptools)))
|
||||||
(home-page "http://www-huber.embl.de/users/anders/HTSeq/")
|
(home-page "http://www-huber.embl.de/users/anders/HTSeq/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue