gnu: r-sva: Update to 3.24.4.
* gnu/packages/bioinformatics.scm (r-sva): Update to 3.24.4.
This commit is contained in:
parent
8060a61798
commit
bfa0d1e773
|
@ -8619,18 +8619,21 @@ number detection tools.")
|
||||||
(define-public r-sva
|
(define-public r-sva
|
||||||
(package
|
(package
|
||||||
(name "r-sva")
|
(name "r-sva")
|
||||||
(version "3.24.0")
|
(version "3.24.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "sva" version))
|
(uri (bioconductor-uri "sva" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04pxl61iyc845wmqca1qv8kbb8zcp0qp72zgvgki3zzmrph9a362"))))
|
"0wcway4ai9im81xnrzb1vij2iidq5pw24qhjfgacmhxvx3dzhbsc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-genefilter" ,r-genefilter)
|
`(("r-genefilter" ,r-genefilter)
|
||||||
("r-mgcv" ,r-mgcv)))
|
("r-mgcv" ,r-mgcv)
|
||||||
|
("r-biocparallel" ,r-biocparallel)
|
||||||
|
("r-matrixstats" ,r-matrixstats)
|
||||||
|
("r-limma" ,r-limma)))
|
||||||
(home-page "http://bioconductor.org/packages/sva")
|
(home-page "http://bioconductor.org/packages/sva")
|
||||||
(synopsis "Surrogate variable analysis")
|
(synopsis "Surrogate variable analysis")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue