guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: filtlong: Use Python 3.


From: guix-commits
Subject: 06/06: gnu: filtlong: Use Python 3.
Date: Fri, 6 Jan 2023 08:07:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8ace894681f7caed18d99870ad3635f2858cb5ca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 6 14:06:13 2023 +0100

    gnu: filtlong: Use Python 3.
    
    * gnu/packages/bioinformatics.scm (filtlong)[inputs]: Replace python-2 with
    python-wrapper.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1dd847f369..be5d0bbada 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14344,8 +14344,8 @@ phase + query phase).")
                 (substitute* "scripts/read_info_histograms.sh"
                   (("awk") (which "gawk"))))))))
       (inputs
-       (list gawk                       ;for read_info_histograms.sh
-             python-2                   ;required for histogram.py
+       (list gawk                     ;for read_info_histograms.sh
+             python-wrapper           ;required for histogram.py
              zlib))
       (home-page "https://github.com/rrwick/Filtlong/";)
       (synopsis "Tool for quality filtering of Nanopore and PacBio data")



reply via email to

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