mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: r-tximeta: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.26.0. [native-inputs]: Add r-edger and r-org-dm-eg-db. Change-Id: I2cc72379c43598ee838cddc06fda7a4930007b76
This commit is contained in:
parent
b6d5e929a9
commit
409b2d0bb1
1 changed files with 3 additions and 3 deletions
|
@ -28454,14 +28454,14 @@ embeddings and functions to build new reference.")
|
|||
(define-public r-tximeta
|
||||
(package
|
||||
(name "r-tximeta")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "tximeta" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0s978mzq8pw1gj5j4j9yil0z1w5zx0msip11gkiq8wjyiipa6qg1"))))
|
||||
"1h551lrrb04gww7j6db4399p086hk6igg1q7siqvc7p3l0mxw5bc"))))
|
||||
(properties `((upstream-name . "tximeta")))
|
||||
(build-system r-build-system)
|
||||
;; Two tests fail because data files are not included.
|
||||
|
@ -28484,7 +28484,7 @@ embeddings and functions to build new reference.")
|
|||
r-txdbmaker
|
||||
r-tximport))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-edger r-knitr r-org-dm-eg-db r-testthat))
|
||||
(home-page "https://github.com/mikelove/tximeta")
|
||||
(synopsis "Transcript quantification import with automatic metadata")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue