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:
parent
e9d16dec70
commit
2fc6d3bf31
1 changed files with 3 additions and 2 deletions
|
@ -4346,13 +4346,13 @@ the spectra of the library with a sparse penalty.")
|
||||||
(define-public r-aspli
|
(define-public r-aspli
|
||||||
(package
|
(package
|
||||||
(name "r-aspli")
|
(name "r-aspli")
|
||||||
(version "2.12.0")
|
(version "2.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ASpli" version))
|
(uri (bioconductor-uri "ASpli" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rj103vvff2c20r018491i71393x0idq22ri4zg3qibx2accd7jy"))))
|
"1br4apbc3zn06ilg8fjb8xcxaimz4h7rnx9i60ak4wnpvgzgbyh2"))))
|
||||||
(properties `((upstream-name . "ASpli")))
|
(properties `((upstream-name . "ASpli")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -4375,6 +4375,7 @@ the spectra of the library with a sparse penalty.")
|
||||||
r-rsamtools
|
r-rsamtools
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-tidyr
|
r-tidyr
|
||||||
|
r-txdbmaker
|
||||||
r-upsetr))
|
r-upsetr))
|
||||||
(home-page "https://bioconductor.org/packages/ASpli")
|
(home-page "https://bioconductor.org/packages/ASpli")
|
||||||
(synopsis "Analysis of alternative splicing using RNA-Seq")
|
(synopsis "Analysis of alternative splicing using RNA-Seq")
|
||||||
|
|
Reference in a new issue