gnu: filtlong: Use Python 3.

* gnu/packages/bioinformatics.scm (filtlong)[inputs]: Replace python-2 with
python-wrapper.
This commit is contained in:
Ricardo Wurmus 2023-01-06 14:06:13 +01:00
parent 067c8a7445
commit 8ace894681
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14344,8 +14344,8 @@ (define-public filtlong
(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")