guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: bedtools: Use samtools-1.9.


From: guix-commits
Subject: 03/03: gnu: bedtools: Use samtools-1.9.
Date: Fri, 13 Nov 2020 08:52:52 -0500 (EST)

roelj pushed a commit to branch master
in repository guix.

commit c3232fcc7785abc1057a0d4b5b1832f1e39c9c1b
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Fri Nov 13 11:29:38 2020 +0100

    gnu: bedtools: Use samtools-1.9.
    
    The build for bedtools with samtools 1.11 triggers a testsuite
    failure which is reported here:
    https://github.com/arq5x/bedtools2/issues/814
    
    * gnu/packages/bioinformatics.scm (bedtools): Use samtools-1.9.
---
 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 e047aeb..8ad38ac 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -437,7 +437,7 @@ computational cluster.")
     (native-inputs
      `(("python" ,python-wrapper)))
     (inputs
-     `(("samtools" ,samtools)
+     `(("samtools" ,samtools-1.9)
        ("zlib" ,zlib)))
     (home-page "https://github.com/arq5x/bedtools2";)
     (synopsis "Tools for genome analysis and arithmetic")



reply via email to

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