mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-methylaid: Add missing inputs.
* gnu/packages/bioconductor.scm (r-methylaid)[native-inputs]: Add r-geoquery, r-minfidata, and r-minfidataepic. [properties]: Tell updater to ignore r-methylaiddata. Change-Id: I11b0e7e76e5ccf4768165634aae86b45606abe40
This commit is contained in:
parent
f9e84b561a
commit
3dcb5dcfb7
1 changed files with 8 additions and 2 deletions
|
@ -10250,7 +10250,9 @@ (define-public r-methylaid
|
|||
(uri (bioconductor-uri "MethylAid" version))
|
||||
(sha256
|
||||
(base32 "0iq4ba4hsf7zwb063gqf00al031lydpg0yhlxwx8aczmyly00a9q"))))
|
||||
(properties `((upstream-name . "MethylAid")))
|
||||
(properties
|
||||
`((upstream-name . "MethylAid")
|
||||
(updater-ignored-native-inputs . ("r-methylaiddata"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
@ -10264,7 +10266,11 @@ (define-public r-methylaid
|
|||
r-rcolorbrewer
|
||||
r-shiny
|
||||
r-summarizedexperiment))
|
||||
(native-inputs (list r-knitr r-runit))
|
||||
(native-inputs (list r-geoquery
|
||||
r-knitr
|
||||
r-minfidata
|
||||
r-minfidataepic
|
||||
r-runit))
|
||||
(home-page "https://git.bioconductor.org/packages/MethylAid")
|
||||
(synopsis
|
||||
"Quality control of large Illumina DNA Methylation array data sets")
|
||||
|
|
Loading…
Reference in a new issue