mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -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"
|
||||
(("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 a new issue