mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-cistopic: Update to 2.1.0.
* gnu/packages/bioconductor.scm (r-cistopic): Update to 2.1.0.
This commit is contained in:
parent
184fac5927
commit
4fb2b5cef8
1 changed files with 35 additions and 37 deletions
|
@ -10208,21 +10208,19 @@ analysis, evolutionary conservation, biogenesis to functional analysis.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-cistopic
|
(define-public r-cistopic
|
||||||
(let ((commit "29abd8df9afb60ff27ac3f0a590930debe926950")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "r-cistopic")
|
(name "r-cistopic")
|
||||||
(version (git-version "0.2.1" revision commit))
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/aertslab/cisTopic")
|
(url "https://github.com/aertslab/cisTopic")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s8irpsv5d2zcv4ihanvsf1vrpignzliscxnvs4519af3jmx78h8"))))
|
"0c4553rnxq7b1w451kcc3iwvak4qa5h2b43xmfw6ii8096zd1gbf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-aucell" ,r-aucell)
|
`(("r-aucell" ,r-aucell)
|
||||||
|
@ -10249,7 +10247,7 @@ Allocation} (LDA). This package allows the probabilistic modelling of
|
||||||
cis-regulatory topics (cisTopics) from single cell epigenomics data, and
|
cis-regulatory topics (cisTopics) from single cell epigenomics data, and
|
||||||
includes functionalities to identify cell states based on the contribution of
|
includes functionalities to identify cell states based on the contribution of
|
||||||
cisTopics and explore the nature and regulatory proteins driving them.")
|
cisTopics and explore the nature and regulatory proteins driving them.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-genie3
|
(define-public r-genie3
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue