[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")
- branch master updated (ba35d6ba12 -> 8ace894681), guix-commits, 2023/01/06
- 01/06: gnu: ngless: Remove trailing #T from build phases., guix-commits, 2023/01/06
- 04/06: gnu: filtlong: Drop input labels., guix-commits, 2023/01/06
- 03/06: gnu: filtlong: Remove trailing #T from build phases., guix-commits, 2023/01/06
- 02/06: gnu: ngless: Use gexp., guix-commits, 2023/01/06
- 06/06: gnu: filtlong: Use Python 3.,
guix-commits <=
- 05/06: gnu: filtlong: Use gexp., guix-commits, 2023/01/06