mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-cardelino: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-cardelino): Update to 1.10.0. [native-inputs]: Add r-covr. Change-Id: I29cdf246d3eb2a85a8ddd62f7d260380ade28f17
This commit is contained in:
parent
672db326ab
commit
b3003a3f1e
1 changed files with 3 additions and 3 deletions
|
@ -6070,13 +6070,13 @@ export of Strand-seq data.")
|
||||||
(define-public r-cardelino
|
(define-public r-cardelino
|
||||||
(package
|
(package
|
||||||
(name "r-cardelino")
|
(name "r-cardelino")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "cardelino" version))
|
(uri (bioconductor-uri "cardelino" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zglflqc53izs5rh8cdld0y129mdvwlhmv9pgbgrl4clcnnbiwac"))))
|
"1apnzwia944cclsdc3x8plp87id3sd0qyz6xg2m61cl18nq17wl7"))))
|
||||||
(properties `((upstream-name . "cardelino")))
|
(properties `((upstream-name . "cardelino")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-combinat
|
(propagated-inputs (list r-combinat
|
||||||
|
@ -6091,7 +6091,7 @@ export of Strand-seq data.")
|
||||||
r-snpstats
|
r-snpstats
|
||||||
r-variantannotation
|
r-variantannotation
|
||||||
r-vcfr))
|
r-vcfr))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs (list r-covr r-knitr r-testthat))
|
||||||
(home-page "https://github.com/single-cell-genetics/cardelino")
|
(home-page "https://github.com/single-cell-genetics/cardelino")
|
||||||
(synopsis "Clone identification from single cell data")
|
(synopsis "Clone identification from single cell data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue