mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-tradeseq: Add test input.
* gnu/packages/bioconductor.scm (r-tradeseq)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-clusterexperiment. Change-Id: I21ba6dfd4fae27f6c6877ed64535d024259cd592
This commit is contained in:
parent
3ba03c8484
commit
b274b66dbf
1 changed files with 7 additions and 1 deletions
|
@ -18317,6 +18317,8 @@ published results; and a routine for graphical display.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wfq76g6mqf0gkqi9jxqb5va8v59k4ivbdm8d3plmpb6rd23n2ha"))))
|
"1wfq76g6mqf0gkqi9jxqb5va8v59k4ivbdm8d3plmpb6rd23n2ha"))))
|
||||||
|
(properties
|
||||||
|
'((updater-extra-native-inputs . ("r-clusterexperiment"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
@ -18340,7 +18342,11 @@ published results; and a routine for graphical display.")
|
||||||
r-trajectoryutils
|
r-trajectoryutils
|
||||||
r-viridis))
|
r-viridis))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-delayedmatrixstats r-dplyr r-knitr r-testthat))
|
(list r-clusterexperiment
|
||||||
|
r-delayedmatrixstats
|
||||||
|
r-dplyr
|
||||||
|
r-knitr
|
||||||
|
r-testthat))
|
||||||
(home-page "https://statomics.github.io/tradeSeq/index.html")
|
(home-page "https://statomics.github.io/tradeSeq/index.html")
|
||||||
(synopsis "Trajectory-based differential expression analysis")
|
(synopsis "Trajectory-based differential expression analysis")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue