gnu: r-pando: Update to 1.0.5.
* gnu/packages/bioinformatics.scm (r-pando): Update to 1.0.5. [propagated-inputs]: Remove r-brms and r-xgboost; add r-grr and r-matrixgenerics.master
parent
be42a9f5eb
commit
10ff8ff4b5
|
@ -9673,7 +9673,7 @@ differently labelled data.")
|
||||||
(define-public r-pando
|
(define-public r-pando
|
||||||
(package
|
(package
|
||||||
(name "r-pando")
|
(name "r-pando")
|
||||||
(version "1.0.1")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9682,21 +9682,22 @@ differently labelled data.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c83anzdrbvg47p9xns2bxpjlx5z328can3jmzilw6rygwp7hyii"))))
|
(base32 "04gii2ciyvybifl8kxqqmhznha80l3fd8qcr5zshrn9n6js5322c"))))
|
||||||
(properties `((upstream-name . "Pando")))
|
(properties `((upstream-name . "Pando")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bayestestr
|
(list r-bayestestr
|
||||||
r-brms
|
|
||||||
r-foreach
|
r-foreach
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggpointdensity
|
r-ggpointdensity
|
||||||
r-ggraph
|
r-ggraph
|
||||||
r-glmnetutils
|
r-glmnetutils
|
||||||
|
r-grr
|
||||||
r-iranges
|
r-iranges
|
||||||
r-irlba
|
r-irlba
|
||||||
r-matrix
|
r-matrix
|
||||||
|
r-matrixgenerics
|
||||||
r-motifmatchr
|
r-motifmatchr
|
||||||
r-pals
|
r-pals
|
||||||
r-patchwork
|
r-patchwork
|
||||||
|
@ -9706,8 +9707,7 @@ differently labelled data.")
|
||||||
r-tfbstools
|
r-tfbstools
|
||||||
r-tidygraph
|
r-tidygraph
|
||||||
r-tidyverse
|
r-tidyverse
|
||||||
r-uwot
|
r-uwot))
|
||||||
r-xgboost))
|
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/quadbiolab/Pando")
|
(home-page "https://github.com/quadbiolab/Pando")
|
||||||
(synopsis "Infer regulomes from multi-modal single-cell genomics data")
|
(synopsis "Infer regulomes from multi-modal single-cell genomics data")
|
||||||
|
|
Reference in New Issue