gnu: htseq: Add PySam to inputs.

* gnu/packages/bioinformatics.scm (htseq)[inputs]: Add "python2-pysam".
master
Ricardo Wurmus 2016-02-08 16:55:40 +01:00
parent d15d981ea2
commit 578b05d99e
1 changed files with 2 additions and 0 deletions

View File

@ -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/")