mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-chipseeker: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.38.0. Change-Id: I43568da9c0c779e0e167b3e14e80b3264bfbc951
This commit is contained in:
parent
53e9d43a83
commit
576f2079fc
1 changed files with 6 additions and 7 deletions
|
@ -6704,13 +6704,13 @@ (define-public r-champ
|
||||||
(define-public r-chipseeker
|
(define-public r-chipseeker
|
||||||
(package
|
(package
|
||||||
(name "r-chipseeker")
|
(name "r-chipseeker")
|
||||||
(version "1.36.0")
|
(version "1.38.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChIPseeker" version))
|
(uri (bioconductor-uri "ChIPseeker" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nngygci1g8bb3rsica348zi59hskr6hf8319csia6cman89gvqm"))))
|
"0bx85y5888w85miif73y0yd9j4kdmjn1cfck1xshnqnsrh7p3m50"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
@ -6719,18 +6719,17 @@ (define-public r-chipseeker
|
||||||
r-aplot
|
r-aplot
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
r-boot
|
r-boot
|
||||||
|
r-dplyr
|
||||||
r-enrichplot
|
r-enrichplot
|
||||||
r-iranges
|
|
||||||
r-genomeinfodb
|
r-genomeinfodb
|
||||||
r-genomicranges
|
|
||||||
r-genomicfeatures
|
r-genomicfeatures
|
||||||
|
r-genomicranges
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-gplots
|
r-gplots
|
||||||
r-gtools
|
r-gtools
|
||||||
r-dplyr
|
r-iranges
|
||||||
r-plotrix
|
|
||||||
r-dplyr
|
|
||||||
r-magrittr
|
r-magrittr
|
||||||
|
r-plotrix
|
||||||
r-rtracklayer
|
r-rtracklayer
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-tibble
|
r-tibble
|
||||||
|
|
Loading…
Reference in a new issue