mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-rcistarget: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-rcistarget): Update to 1.8.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
af66e35d31
commit
93235b1eb3
1 changed files with 4 additions and 2 deletions
|
@ -6418,14 +6418,14 @@ (define-public r-depecher
|
|||
(define-public r-rcistarget
|
||||
(package
|
||||
(name "r-rcistarget")
|
||||
(version "1.6.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RcisTarget" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nnah7s0jd24fpfyxsf76jas8dm23c3266aps124wdlqsp9q5qjw"))))
|
||||
"1lvi873dv0vhw53s1pmcilw8qwlywm9p2ybphcl168nzh6w31r4i"))))
|
||||
(properties `((upstream-name . "RcisTarget")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -6436,6 +6436,8 @@ (define-public r-rcistarget
|
|||
("r-gseabase" ,r-gseabase)
|
||||
("r-r-utils" ,r-r-utils)
|
||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://aertslab.org/#scenic")
|
||||
(synopsis "Identify transcription factor binding motifs enriched on a gene list")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue