mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-signac: Update to 1.9.0-1.af41427.
* gnu/packages/bioinformatics.scm (r-signac): Update to 1.9.0-1.af41427. [propagated-inputs]: Remove r-ggforce, r-ggrepel, r-ggseqlogo, r-lsa, r-qlcmatrix, and r-seurat; add r-vctrs.
This commit is contained in:
parent
789d73234d
commit
9ad5c3deea
1 changed files with 14 additions and 19 deletions
|
@ -16732,20 +16732,20 @@ (define-public ensembl-vep
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public r-signac
|
(define-public r-signac
|
||||||
(let ((commit "458e647b503c3472b0b98c0aeca934f452e039ee")
|
(let ((commit "af4142724b72574d957f7fe3d422ed5828ec3ad0")
|
||||||
(revision "2"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "r-signac")
|
(name "r-signac")
|
||||||
(version (git-version "1.6.0" revision commit))
|
(version (git-version "1.9.0" revision commit))
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/timoast/signac/")
|
||||||
(url "https://github.com/timoast/signac/")
|
(commit commit)))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32
|
||||||
(base32 "1hgwpgighkvfkai80n4d2252s4sdpa4faag4ncdiylicl5wa7lbj"))))
|
"0ps0lp1dcy20r6lakil6ih81m04r0s6fnirvfjf01sfs0gsyddww"))))
|
||||||
(properties `((upstream-name . "Signac")))
|
(properties `((upstream-name . "Signac")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
@ -16758,27 +16758,22 @@ (define-public r-signac
|
||||||
r-future-apply
|
r-future-apply
|
||||||
r-genomeinfodb
|
r-genomeinfodb
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-ggforce
|
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggrepel
|
|
||||||
r-ggseqlogo
|
|
||||||
r-iranges
|
r-iranges
|
||||||
r-irlba
|
r-irlba
|
||||||
r-lsa
|
|
||||||
r-matrix
|
r-matrix
|
||||||
r-patchwork
|
r-patchwork
|
||||||
r-pbapply
|
r-pbapply
|
||||||
r-qlcmatrix
|
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcpproll
|
r-rcpproll
|
||||||
r-rsamtools
|
r-rsamtools
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-scales
|
r-scales
|
||||||
r-seurat
|
|
||||||
r-seuratobject
|
r-seuratobject
|
||||||
r-stringi
|
r-stringi
|
||||||
r-tidyr
|
r-tidyr
|
||||||
r-tidyselect))
|
r-tidyselect
|
||||||
|
r-vctrs))
|
||||||
(home-page "https://github.com/timoast/signac/")
|
(home-page "https://github.com/timoast/signac/")
|
||||||
(synopsis "Analysis of single-cell chromatin data")
|
(synopsis "Analysis of single-cell chromatin data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue