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

@ -14345,7 +14345,7 @@ (define-public filtlong
(("awk") (which "gawk"))))))))
(inputs
(list gawk ;for read_info_histograms.sh
python-2 ;required for histogram.py
python-wrapper ;required for histogram.py
zlib))
(home-page "https://github.com/rrwick/Filtlong/")
(synopsis "Tool for quality filtering of Nanopore and PacBio data")