mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 04:00:30 +02:00
gnu: rsem: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (rsem) [inputs]: Add bash-minimal. Change-Id: Idd9fbf729e9bcdd009cf517ec23064544bdf6f43
This commit is contained in:
committed by
Ludovic Courtès
parent
f1aa06f0b7
commit
87c29e0542
@@ -9567,7 +9567,7 @@ phylogenies.")
|
||||
"rsem-run-ebseq"
|
||||
"rsem-run-prsem-testing-procedure"))))))))
|
||||
(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/")
|
||||
(synopsis "Estimate gene expression levels from RNA-Seq data")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user