mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: r-tradeseq: Add missing input.
* gnu/packages/bioconductor.scm (r-tradeseq)[native-inputs]: Add r-delayedmatrixstats. [properties]: Record it in updater-extra-native-inputs. Change-Id: Icc877a48320083d2e5c4987643d52d60c9b11f05
This commit is contained in:
parent
3f3b2e31a8
commit
f54467968d
1 changed files with 3 additions and 2 deletions
|
@ -18694,7 +18694,8 @@ published results; and a routine for graphical display.")
|
|||
(base32
|
||||
"1vfz17rl3x777ssp0dlxxg4wb94703n31ibvxg56xbn1qvb8n0s1"))))
|
||||
(properties
|
||||
'((updater-extra-native-inputs . ("r-clusterexperiment"))))
|
||||
'((updater-extra-native-inputs
|
||||
. ("r-clusterexperiment" "r-delayedmatrixstats"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
@ -18718,7 +18719,7 @@ published results; and a routine for graphical display.")
|
|||
r-trajectoryutils
|
||||
r-viridis))
|
||||
(native-inputs
|
||||
(list r-clusterexperiment r-knitr r-testthat))
|
||||
(list r-clusterexperiment r-delayedmatrixstats r-knitr r-testthat))
|
||||
(home-page "https://statomics.github.io/tradeSeq/index.html")
|
||||
(synopsis "Trajectory-based differential expression analysis")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue