mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
f1aa06f0b7
commit
87c29e0542
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue