mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-quantro: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-quantro): Update to 1.22.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
761c9427bc
commit
70d90ae76d
1 changed files with 4 additions and 2 deletions
|
@ -4892,14 +4892,14 @@ (define-public r-yaqcaffy
|
|||
(define-public r-quantro
|
||||
(package
|
||||
(name "r-quantro")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "quantro" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09f3x1j50ll5hhn3qwys5x06mii3fqsrk6dkvsxai0kdxv9cjz9m"))))
|
||||
"0ap9cl5z79wg44mnagjsk8py3kngb4f0ddnx85cbnwqkvb769zbz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
|
@ -4909,6 +4909,8 @@ (define-public r-quantro
|
|||
("r-iterators" ,r-iterators)
|
||||
("r-minfi" ,r-minfi)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/quantro/")
|
||||
(synopsis "Test for when to use quantile normalization")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue