mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: r-marray: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-marray): Update to 1.58.0. [propagated-inputs]: Remove r-biobase.
This commit is contained in:
parent
f794e85daa
commit
6748708883
1 changed files with 3 additions and 4 deletions
|
@ -281,16 +281,15 @@ (define-public r-chippeakanno
|
||||||
(define-public r-marray
|
(define-public r-marray
|
||||||
(package
|
(package
|
||||||
(name "r-marray")
|
(name "r-marray")
|
||||||
(version "1.56.0")
|
(version "1.58.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "marray" version))
|
(uri (bioconductor-uri "marray" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14c93i86yc7jn4ax8p4l0z6v9xisw1bv7gzb4a0gbxhxn7mddaic"))))
|
(base32 "0539flh3y1qy5b1bamkfwbskis765c5s33v1y9j51n33mxb9h08d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-limma" ,r-limma)))
|
||||||
("r-limma" ,r-limma)))
|
|
||||||
(home-page "http://bioconductor.org/packages/marray")
|
(home-page "http://bioconductor.org/packages/marray")
|
||||||
(synopsis "Exploratory analysis for two-color spotted microarray data")
|
(synopsis "Exploratory analysis for two-color spotted microarray data")
|
||||||
(description "This package contains class definitions for two-color spotted
|
(description "This package contains class definitions for two-color spotted
|
||||||
|
|
Loading…
Reference in a new issue