guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: nanopolish: Use python-wrapper.


From: guix-commits
Subject: 02/02: gnu: nanopolish: Use python-wrapper.
Date: Tue, 19 Mar 2019 08:30:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c5542196d533739c95ba61d7cf28003195e1a6ee
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 19 13:29:57 2019 +0100

    gnu: nanopolish: Use python-wrapper.
    
    * gnu/packages/bioinformatics.scm (nanopolish)[inputs]: Replace "python" 
with
    "python-wrapper" as scripts require "python" executable.
---
 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 9dcc9c8..edfc651 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14290,7 +14290,7 @@ choosing which reads pass the filter.")
          ("hdf5" ,hdf5)
          ("htslib" ,htslib)
          ("perl" ,perl)
-         ("python" ,python)
+         ("python" ,python-wrapper)
          ("python-biopython" ,python-biopython)
          ("python-numpy" ,python-numpy)
          ("python-pysam" ,python-pysam)



reply via email to

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