Archived
1
0
Fork 0

gnu: r-aspli: Update to 2.14.0.

* gnu/packages/bioconductor.scm (r-aspli): Update to 2.14.0.
[propagated-inputs]: Add r-txdbmaker.

Change-Id: Ib60f87bf6166c68c6baded4e8555bafcf9573100
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:32:38 +02:00
parent e9d16dec70
commit 2fc6d3bf31
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4346,13 +4346,13 @@ the spectra of the library with a sparse penalty.")
(define-public r-aspli
(package
(name "r-aspli")
(version "2.12.0")
(version "2.14.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ASpli" version))
(sha256
(base32
"0rj103vvff2c20r018491i71393x0idq22ri4zg3qibx2accd7jy"))))
"1br4apbc3zn06ilg8fjb8xcxaimz4h7rnx9i60ak4wnpvgzgbyh2"))))
(properties `((upstream-name . "ASpli")))
(build-system r-build-system)
(propagated-inputs
@ -4375,6 +4375,7 @@ the spectra of the library with a sparse penalty.")
r-rsamtools
r-s4vectors
r-tidyr
r-txdbmaker
r-upsetr))
(home-page "https://bioconductor.org/packages/ASpli")
(synopsis "Analysis of alternative splicing using RNA-Seq")