gnu: rsem: Add bash-minimal to inputs.

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

Change-Id: Idd9fbf729e9bcdd009cf517ec23064544bdf6f43
This commit is contained in:
Maxim Cournoyer 2023-10-20 01:06:56 -04:00 committed by Ludovic Courtès
parent f1aa06f0b7
commit 87c29e0542
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -9567,7 +9567,7 @@ phylogenies.")
"rsem-run-ebseq" "rsem-run-ebseq"
"rsem-run-prsem-testing-procedure")))))))) "rsem-run-prsem-testing-procedure"))))))))
(inputs (inputs
(list boost r-minimal perl htslib-1.3 zlib)) (list bash-minimal boost r-minimal perl htslib-1.3 zlib))
(home-page "https://deweylab.biostat.wisc.edu/rsem/") (home-page "https://deweylab.biostat.wisc.edu/rsem/")
(synopsis "Estimate gene expression levels from RNA-Seq data") (synopsis "Estimate gene expression levels from RNA-Seq data")
(description (description