gnu: htseq: Add PySam to inputs.
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Mon, 8 Feb 2016 15:55:40 +0000 (16:55 +0100)
committerRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Tue, 16 Feb 2016 14:32:15 +0000 (15:32 +0100)
* gnu/packages/bioinformatics.scm (htseq)[inputs]: Add "python2-pysam".

gnu/packages/bioinformatics.scm

index 81ec8f2..a72765a 100644 (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/")