gnu: filtlong: Add bash-minimal to inputs.

* gnu/packages/bioinformatics.scm (filtlong)
[inputs]: Add bash-minimal.

Change-Id: I8a4b402d66a06a27c9cc8abacdefecd251c2095c
This commit is contained in:
Maxim Cournoyer 2023-10-20 01:09:04 -04:00 committed by Ludovic Courtès
parent 0e219544f1
commit 92364dfb41
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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/")