guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: kallisto: Use older htslib.


From: guix-commits
Subject: 01/02: gnu: kallisto: Use older htslib.
Date: Tue, 2 Mar 2021 11:07:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cc39e9dbdcfb2c57f3f7aa7e9d2fb92dbc2ad742
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 2 17:05:29 2021 +0100

    gnu: kallisto: Use older htslib.
    
    * gnu/packages/bioinformatics.scm (kallisto)[inputs]: Use htslib-1.9 instead
    of the latest.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 42476a4..d6dd6f8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11624,7 +11624,7 @@ using nucleotide or amino-acid sequence data.")
              #t)))))
     (inputs
      `(("hdf5" ,hdf5)
-       ("htslib" ,htslib)
+       ("htslib" ,htslib-1.9)
        ("zlib" ,zlib)))
     (home-page "https://pachterlab.github.io/kallisto/";)
     (synopsis "Near-optimal RNA-Seq quantification")



reply via email to

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