mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02: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
|
||||
(package
|
||||
(name "r-genomicstate")
|
||||
(version "0.99.15")
|
||||
(version "0.99.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicState" version
|
||||
'annotation))
|
||||
(sha256
|
||||
(base32 "1r7z3n6wyrd2cclj5b7sg15wpmjdh9k5b1hjlw7jjx8j384l7l1h"))))
|
||||
(base32 "0x4m8096ra57xs6b60ws0k1wq91yrhfr6q7jbdw8m686qzd159p1"))))
|
||||
(properties `((upstream-name . "GenomicState")))
|
||||
(build-system r-build-system)
|
||||
;; Tests require Internet access.
|
||||
|
@ -19824,7 +19824,8 @@ position-specific scores within R and Bioconductor.")
|
|||
r-genomicfeatures
|
||||
r-iranges
|
||||
r-org-hs-eg-db
|
||||
r-rtracklayer))
|
||||
r-rtracklayer
|
||||
r-txdbmaker))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/LieberInstitute/GenomicState")
|
||||
(synopsis "Build and access GenomicState objects")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue