mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -14344,8 +14344,8 @@ (define-public filtlong
|
||||||
(substitute* "scripts/read_info_histograms.sh"
|
(substitute* "scripts/read_info_histograms.sh"
|
||||||
(("awk") (which "gawk"))))))))
|
(("awk") (which "gawk"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list gawk ;for read_info_histograms.sh
|
(list gawk ;for read_info_histograms.sh
|
||||||
python-2 ;required for histogram.py
|
python-wrapper ;required for histogram.py
|
||||||
zlib))
|
zlib))
|
||||||
(home-page "https://github.com/rrwick/Filtlong/")
|
(home-page "https://github.com/rrwick/Filtlong/")
|
||||||
(synopsis "Tool for quality filtering of Nanopore and PacBio data")
|
(synopsis "Tool for quality filtering of Nanopore and PacBio data")
|
||||||
|
|
Loading…
Reference in a new issue