mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-psupertime: Add missing input.
* gnu/packages/bioinformatics.scm (r-psupertime)[native-inputs]: Add r-testthat. Change-Id: I9993547e2e757b4218c2229495a7eaa0c8fecbe2
This commit is contained in:
parent
92301c7a27
commit
32657c03bc
1 changed files with 1 additions and 1 deletions
|
@ -12420,7 +12420,7 @@ (define-public r-psupertime
|
|||
r-stringr
|
||||
r-summarizedexperiment
|
||||
r-topgo))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/wmacnair/psupertime")
|
||||
(synopsis
|
||||
"Psupertime is supervised pseudotime for single cell RNAseq data")
|
||||
|
|
Loading…
Reference in a new issue