mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-diffbind: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 2.8.0. [propagated-inputs]: Add r-genomicranges, r-ggplot2, and r-summarizedexperiment.
This commit is contained in:
parent
72427c721d
commit
45bbccf4e7
1 changed files with 5 additions and 2 deletions
|
@ -110,14 +110,14 @@ (define-public r-regioner
|
||||||
(define-public r-diffbind
|
(define-public r-diffbind
|
||||||
(package
|
(package
|
||||||
(name "r-diffbind")
|
(name "r-diffbind")
|
||||||
(version "2.6.6")
|
(version "2.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DiffBind" version))
|
(uri (bioconductor-uri "DiffBind" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sm5h6nq77hjfis6kr1nqyizcxgfz87dgpqc4fxlfqkmsd9n3vkp"))))
|
"1w1hybzd732ccg3q8zhirwfilq8sx3frv1x98zfyj3svzw98fish"))))
|
||||||
(properties `((upstream-name . "DiffBind")))
|
(properties `((upstream-name . "DiffBind")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -129,6 +129,8 @@ (define-public r-diffbind
|
||||||
("r-dplyr" ,r-dplyr)
|
("r-dplyr" ,r-dplyr)
|
||||||
("r-edger" ,r-edger)
|
("r-edger" ,r-edger)
|
||||||
("r-genomicalignments" ,r-genomicalignments)
|
("r-genomicalignments" ,r-genomicalignments)
|
||||||
|
("r-genomicranges" ,r-genomicranges)
|
||||||
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-ggrepel" ,r-ggrepel)
|
("r-ggrepel" ,r-ggrepel)
|
||||||
("r-gplots" ,r-gplots)
|
("r-gplots" ,r-gplots)
|
||||||
("r-iranges" ,r-iranges)
|
("r-iranges" ,r-iranges)
|
||||||
|
@ -139,6 +141,7 @@ (define-public r-diffbind
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-rsamtools" ,r-rsamtools)
|
("r-rsamtools" ,r-rsamtools)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
|
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||||
("r-systempiper" ,r-systempiper)
|
("r-systempiper" ,r-systempiper)
|
||||||
("r-zlibbioc" ,r-zlibbioc)))
|
("r-zlibbioc" ,r-zlibbioc)))
|
||||||
(home-page "http://bioconductor.org/packages/DiffBind")
|
(home-page "http://bioconductor.org/packages/DiffBind")
|
||||||
|
|
Loading…
Reference in a new issue