mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-genomicstate: Update to 0.99.16.
* gnu/packages/bioconductor.scm (r-genomicstate): Update to 0.99.16. [propagated-inputs]: Add r-txdbmaker. Change-Id: I6388ddc4206068b60936ccfe39d1d7332a8e9688
This commit is contained in:
parent
8f4b0bab10
commit
be596996cf
1 changed files with 4 additions and 3 deletions
|
@ -19804,14 +19804,14 @@ position-specific scores within R and Bioconductor.")
|
||||||
(define-public r-genomicstate
|
(define-public r-genomicstate
|
||||||
(package
|
(package
|
||||||
(name "r-genomicstate")
|
(name "r-genomicstate")
|
||||||
(version "0.99.15")
|
(version "0.99.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GenomicState" version
|
(uri (bioconductor-uri "GenomicState" version
|
||||||
'annotation))
|
'annotation))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r7z3n6wyrd2cclj5b7sg15wpmjdh9k5b1hjlw7jjx8j384l7l1h"))))
|
(base32 "0x4m8096ra57xs6b60ws0k1wq91yrhfr6q7jbdw8m686qzd159p1"))))
|
||||||
(properties `((upstream-name . "GenomicState")))
|
(properties `((upstream-name . "GenomicState")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Tests require Internet access.
|
;; Tests require Internet access.
|
||||||
|
@ -19824,7 +19824,8 @@ position-specific scores within R and Bioconductor.")
|
||||||
r-genomicfeatures
|
r-genomicfeatures
|
||||||
r-iranges
|
r-iranges
|
||||||
r-org-hs-eg-db
|
r-org-hs-eg-db
|
||||||
r-rtracklayer))
|
r-rtracklayer
|
||||||
|
r-txdbmaker))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs (list r-knitr r-testthat))
|
||||||
(home-page "https://github.com/LieberInstitute/GenomicState")
|
(home-page "https://github.com/LieberInstitute/GenomicState")
|
||||||
(synopsis "Build and access GenomicState objects")
|
(synopsis "Build and access GenomicState objects")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue