mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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 @@ (define-public filtlong
|
|||
(substitute* "scripts/read_info_histograms.sh"
|
||||
(("awk") (which "gawk"))))))))
|
||||
(inputs
|
||||
(list gawk ;for read_info_histograms.sh
|
||||
(list bash-minimal
|
||||
gawk ;for read_info_histograms.sh
|
||||
python-wrapper ;required for histogram.py
|
||||
zlib))
|
||||
(home-page "https://github.com/rrwick/Filtlong/")
|
||||
|
|
Loading…
Reference in a new issue