mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: filtlong: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (filtlong) [inputs]: Add bash-minimal. Change-Id: I8a4b402d66a06a27c9cc8abacdefecd251c2095c
This commit is contained in:
parent
0e219544f1
commit
92364dfb41
1 changed files with 2 additions and 1 deletions
|
@ -19319,7 +19319,8 @@ phase + query phase).")
|
||||||
(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 bash-minimal
|
||||||
|
gawk ;for read_info_histograms.sh
|
||||||
python-wrapper ;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/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue