gnu: r-signac: Update to 1.6.0-2.458e647.
* gnu/packages/bioinformatics.scm (r-signac): Update to 1.6.0-2.458e647. [propagated-inputs]: Remove r-annotationfilter, r-biocgenerics, r-biostrings, r-biovizbase, and r-ggbio; add r-qlcmatrix and r-tidyselect. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
977a33139e
commit
591007f7d1
1 changed files with 8 additions and 11 deletions
|
@ -15316,11 +15316,11 @@ translates between different variant encodings.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public r-signac
|
(define-public r-signac
|
||||||
(let ((commit "e0512d348adeda4a3f23a2e8f56d1fe09840e03c")
|
(let ((commit "458e647b503c3472b0b98c0aeca934f452e039ee")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "r-signac")
|
(name "r-signac")
|
||||||
(version (git-version "1.1.1" revision commit))
|
(version (git-version "1.6.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15329,16 +15329,12 @@ translates between different variant encodings.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1hgwpgighkvfkai80n4d2252s4sdpa4faag4ncdiylicl5wa7lbj"))))
|
||||||
"1yihhrv7zs87ax61la1nb4y12lg3knraw4b20k5digbcwm8488lb"))))
|
|
||||||
(properties `((upstream-name . "Signac")))
|
(properties `((upstream-name . "Signac")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationfilter
|
(list r-biocgenerics
|
||||||
r-biocgenerics
|
|
||||||
r-biostrings
|
|
||||||
r-biovizbase
|
|
||||||
r-data-table
|
r-data-table
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-fastmatch
|
r-fastmatch
|
||||||
|
@ -15346,7 +15342,6 @@ translates between different variant encodings.")
|
||||||
r-future-apply
|
r-future-apply
|
||||||
r-genomeinfodb
|
r-genomeinfodb
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-ggbio
|
|
||||||
r-ggforce
|
r-ggforce
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
|
@ -15357,6 +15352,7 @@ translates between different variant encodings.")
|
||||||
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
|
||||||
|
@ -15365,7 +15361,8 @@ translates between different variant encodings.")
|
||||||
r-seurat
|
r-seurat
|
||||||
r-seuratobject
|
r-seuratobject
|
||||||
r-stringi
|
r-stringi
|
||||||
r-tidyr))
|
r-tidyr
|
||||||
|
r-tidyselect))
|
||||||
(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
|
||||||
|
|
Reference in a new issue