mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-chipseeker: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.32.1. [propagated-inputs]: Add r-ggvenndiagram.
This commit is contained in:
parent
15243c2f84
commit
038eeeaf2a
1 changed files with 3 additions and 2 deletions
|
@ -3698,13 +3698,13 @@ analysis.")
|
||||||
(define-public r-chipseeker
|
(define-public r-chipseeker
|
||||||
(package
|
(package
|
||||||
(name "r-chipseeker")
|
(name "r-chipseeker")
|
||||||
(version "1.32.0")
|
(version "1.32.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChIPseeker" version))
|
(uri (bioconductor-uri "ChIPseeker" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"001f85nk4myk9vgs05inlj2dfby4802p1iyzkfqg332yk52gsbl7"))))
|
"0l2514wvlc8q7n1zjzfrghdg372sp73z39204bkif3g6pdkcvbcf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
@ -3718,6 +3718,7 @@ analysis.")
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-genomicfeatures
|
r-genomicfeatures
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
|
r-ggvenndiagram
|
||||||
r-gplots
|
r-gplots
|
||||||
r-gtools
|
r-gtools
|
||||||
r-dplyr
|
r-dplyr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue