mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-tximport: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-tximport): Update to 1.14.0.
This commit is contained in:
parent
126539d1ae
commit
3a0229eba0
1 changed files with 2 additions and 2 deletions
|
@ -8579,13 +8579,13 @@ (define-public r-seqgl
|
|||
(define-public r-tximport
|
||||
(package
|
||||
(name "r-tximport")
|
||||
(version "1.12.3")
|
||||
(version "1.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "tximport" version))
|
||||
(sha256
|
||||
(base32
|
||||
"070nx0blvvfhsnkbb5j899wy7dgalrh4xfcciir9l2xl67lna1zf"))))
|
||||
"09r23n2812q89by0r0cz2fx1gfnmn3jb3hwbg61m52bika82pakj"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/tximport")
|
||||
(synopsis "Import and summarize transcript-level estimates for gene-level analysis")
|
||||
|
|
Loading…
Reference in a new issue