mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-vsn: Add missing input.
* gnu/packages/bioconductor.scm (r-vsn)[native-inputs]: Add r-biocstyle. Change-Id: I12b619b0ae134132a4536b0e54e1182a55ea816c
This commit is contained in:
parent
61c16f3e55
commit
ed7d8f576a
1 changed files with 1 additions and 1 deletions
|
@ -13740,7 +13740,7 @@ coding changes and predict coding outcomes.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-affy r-biobase r-ggplot2 r-lattice r-limma))
|
(list r-affy r-biobase r-ggplot2 r-lattice r-limma))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat)) ; for vignettes
|
(list r-biocstyle r-knitr r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/release/bioc/html/vsn.html")
|
(home-page "https://bioconductor.org/packages/release/bioc/html/vsn.html")
|
||||||
(synopsis "Variance stabilization and calibration for microarray data")
|
(synopsis "Variance stabilization and calibration for microarray data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue