mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-pcaexplorer: Add test input.
* gnu/packages/bioconductor.scm (r-pcaexplorer)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-markdown. Change-Id: I558709266a972801e68373469aa5d4141b547971
This commit is contained in:
parent
b274b66dbf
commit
b3c14cd7f7
1 changed files with 5 additions and 2 deletions
|
@ -11888,7 +11888,9 @@ insertion module to recover the base cycle order for each oscillator group.")
|
|||
(sha256
|
||||
(base32
|
||||
"1i5qzbwdgi59izgppz63mvddiph7qv48h75243capxqfhbcqkq1g"))))
|
||||
(properties `((upstream-name . "pcaExplorer")))
|
||||
(properties
|
||||
'((upstream-name . "pcaExplorer")
|
||||
(updater-extra-native-inputs . ("r-markdown"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
|
@ -11922,7 +11924,8 @@ insertion module to recover the base cycle order for each oscillator group.")
|
|||
r-threejs
|
||||
r-tidyr
|
||||
r-topgo))
|
||||
(native-inputs (list r-airway r-knitr r-org-hs-eg-db r-testthat))
|
||||
(native-inputs
|
||||
(list r-airway r-knitr r-markdown r-org-hs-eg-db r-testthat))
|
||||
(home-page "https://github.com/federicomarini/pcaExplorer")
|
||||
(synopsis
|
||||
"Interactive Visualization of RNA-seq Data Using a Principal Components Approach")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue