mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: r-genefilter: Update to 1.82.0.
* gnu/packages/bioconductor.scm (r-genefilter): Update to 1.82.0. [propagated-inputs]: Remove r-biocgenerics; add r-matrixgenerics.
This commit is contained in:
parent
70c3d4ac37
commit
d7a10c3d52
1 changed files with 3 additions and 3 deletions
|
@ -6727,19 +6727,19 @@ (define-public r-gage
|
||||||
(define-public r-genefilter
|
(define-public r-genefilter
|
||||||
(package
|
(package
|
||||||
(name "r-genefilter")
|
(name "r-genefilter")
|
||||||
(version "1.80.3")
|
(version "1.82.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "genefilter" version))
|
(uri (bioconductor-uri "genefilter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"047p84qxfqqm0d0ik7fxcs37fmg0yazsn9rz7h4g24cksb45p689"))))
|
"1xl23qxkzrssa7mr1iz78s70d0bzzdrcip161zx9ixlgkm0j2si7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran r-knitr))
|
(list gfortran r-knitr))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotate r-annotationdbi r-biobase r-biocgenerics
|
(list r-annotate r-annotationdbi r-biobase r-matrixgenerics
|
||||||
r-survival))
|
r-survival))
|
||||||
(home-page "https://bioconductor.org/packages/genefilter")
|
(home-page "https://bioconductor.org/packages/genefilter")
|
||||||
(synopsis "Filter genes from high-throughput experiments")
|
(synopsis "Filter genes from high-throughput experiments")
|
||||||
|
|
Loading…
Reference in a new issue