mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-bisquerna: Update to 1.0.5.
* gnu/packages/bioconductor.scm (r-bisquerna): Update to 1.0.5. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
882ec50ca1
commit
8cc146b24a
1 changed files with 4 additions and 2 deletions
|
@ -1618,18 +1618,20 @@ (define-public r-absfiltergsea
|
||||||
(define-public r-bisquerna
|
(define-public r-bisquerna
|
||||||
(package
|
(package
|
||||||
(name "r-bisquerna")
|
(name "r-bisquerna")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "BisqueRNA" version))
|
(uri (cran-uri "BisqueRNA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01g34n87ml7n3pck77497ddgbv3rr5p4153ac8ninpgjijlm3jw2"))))
|
"0p3p5lp69gri7vs6qfpm7br4ksbs4l7clm4nj8ki99wpqiqni23n"))))
|
||||||
(properties `((upstream-name . "BisqueRNA")))
|
(properties `((upstream-name . "BisqueRNA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
("r-limsolve" ,r-limsolve)))
|
("r-limsolve" ,r-limsolve)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://www.biorxiv.org/content/10.1101/669911v1")
|
(home-page "https://www.biorxiv.org/content/10.1101/669911v1")
|
||||||
(synopsis "Decomposition of bulk expression with single-cell sequencing")
|
(synopsis "Decomposition of bulk expression with single-cell sequencing")
|
||||||
(description "This package provides tools to accurately estimate cell type
|
(description "This package provides tools to accurately estimate cell type
|
||||||
|
|
Loading…
Reference in a new issue