gnu: filtlong: Use Python 3.
* gnu/packages/bioinformatics.scm (filtlong)[inputs]: Replace python-2 with python-wrapper.
This commit is contained in:
parent
067c8a7445
commit
8ace894681
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user