mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-saturn: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-saturn): Update to 1.16.0. [native-inputs]: Add r-delayedarray. Change-Id: I6ebf17e9e2e521caae8f7aea80b82a59f564c063
This commit is contained in:
parent
0182f86f66
commit
96d96cac02
1 changed files with 3 additions and 3 deletions
|
@ -13063,13 +13063,13 @@ differential expression analysis, RNAseq data and related problems.")
|
||||||
(define-public r-saturn
|
(define-public r-saturn
|
||||||
(package
|
(package
|
||||||
(name "r-saturn")
|
(name "r-saturn")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "satuRn" version))
|
(uri (bioconductor-uri "satuRn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rfh0zprl1gibcanjwp4sncjv5k660lhylbiaqwgri7n62jz7k9m"))))
|
"1vimbg778fph2rc95jq0z4ynz38d4cz9nj50iwrxz7j4arzndvg9"))))
|
||||||
(properties `((upstream-name . "satuRn")))
|
(properties `((upstream-name . "satuRn")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biocparallel
|
(propagated-inputs (list r-biocparallel
|
||||||
|
@ -13080,7 +13080,7 @@ differential expression analysis, RNAseq data and related problems.")
|
||||||
r-matrix
|
r-matrix
|
||||||
r-pbapply
|
r-pbapply
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs (list r-delayedarray r-knitr r-testthat))
|
||||||
(home-page "https://github.com/statOmics/satuRn")
|
(home-page "https://github.com/statOmics/satuRn")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Analysis of differential transcript usage for scRNA-seq applications")
|
"Analysis of differential transcript usage for scRNA-seq applications")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue