guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: htseq: Add PySam to inputs.


From: Ricardo Wurmus
Subject: 01/01: gnu: htseq: Add PySam to inputs.
Date: Tue, 16 Feb 2016 14:33:00 +0000

rekado pushed a commit to branch master
in repository guix.

commit 578b05d99e484b72c7ddfdc6a8192251aa73b6b5
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 8 16:55:40 2016 +0100

    gnu: htseq: Add PySam to inputs.
    
    * gnu/packages/bioinformatics.scm (htseq)[inputs]: Add "python2-pysam".
---
 gnu/packages/bioinformatics.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 81ec8f2..a72765a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]