gnu: htseq: Add PySam to inputs. * gnu/packages/bioinformatics.scm (htseq)[inputs]: Add "python2-pysam".
1 files changed, 2 insertions(+), 0 deletions(-) M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -0
@@ 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/")