mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-a4preproc: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.38.0.
This commit is contained in:
parent
fa51705f19
commit
85155e2ed9
1 changed files with 6 additions and 3 deletions
|
@ -4085,18 +4085,21 @@ (define-public r-a4classif
|
|||
(define-public r-a4preproc
|
||||
(package
|
||||
(name "r-a4preproc")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "a4Preproc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hy3jvhdjyjzzmw5wkil3cs26hvqnb056r09x0p2bjg5sc9hh8b8"))))
|
||||
"1j8jhal83x1xpmsaw8iwv2r32i1ghzm6n0ipjk06yqa9f6zb7f7i"))))
|
||||
(properties `((upstream-name . "a4Preproc")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)))
|
||||
`(("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/a4Preproc/")
|
||||
(synopsis "Automated Affymetrix array analysis preprocessing package")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue