gnu: htseq: Add PySam to inputs.
* gnu/packages/bioinformatics.scm (htseq)[inputs]: Add "python2-pysam".
This commit is contained in:
parent
d15d981ea2
commit
578b05d99e
|
@ -1774,6 +1774,8 @@ HMMs).")
|
|||
;; Numpy needs to be propagated when htseq is used as a Python library.
|
||||
(propagated-inputs
|
||||
`(("python-numpy" ,python2-numpy)))
|
||||
(inputs
|
||||
`(("python-pysam" ,python2-pysam)))
|
||||
(native-inputs
|
||||
`(("python-setuptools" ,python2-setuptools)))
|
||||
(home-page "http://www-huber.embl.de/users/anders/HTSeq/")
|
||||
|
|
Loading…
Reference in New Issue