mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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 @@ (define-public ensembl-vep
|
|||
(license license:asl2.0))))
|
||||
|
||||
(define-public r-signac
|
||||
(let ((commit "e0512d348adeda4a3f23a2e8f56d1fe09840e03c")
|
||||
(revision "1"))
|
||||
(let ((commit "458e647b503c3472b0b98c0aeca934f452e039ee")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "r-signac")
|
||||
(version (git-version "1.1.1" revision commit))
|
||||
(version (git-version "1.6.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15329,16 +15329,12 @@ (define-public r-signac
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yihhrv7zs87ax61la1nb4y12lg3knraw4b20k5digbcwm8488lb"))))
|
||||
(base32 "1hgwpgighkvfkai80n4d2252s4sdpa4faag4ncdiylicl5wa7lbj"))))
|
||||
(properties `((upstream-name . "Signac")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
(propagated-inputs
|
||||
(list r-annotationfilter
|
||||
r-biocgenerics
|
||||
r-biostrings
|
||||
r-biovizbase
|
||||
(list r-biocgenerics
|
||||
r-data-table
|
||||
r-dplyr
|
||||
r-fastmatch
|
||||
|
@ -15346,7 +15342,6 @@ (define-public r-signac
|
|||
r-future-apply
|
||||
r-genomeinfodb
|
||||
r-genomicranges
|
||||
r-ggbio
|
||||
r-ggforce
|
||||
r-ggplot2
|
||||
r-ggrepel
|
||||
|
@ -15357,6 +15352,7 @@ (define-public r-signac
|
|||
r-matrix
|
||||
r-patchwork
|
||||
r-pbapply
|
||||
r-qlcmatrix
|
||||
r-rcpp
|
||||
r-rcpproll
|
||||
r-rsamtools
|
||||
|
@ -15365,7 +15361,8 @@ (define-public r-signac
|
|||
r-seurat
|
||||
r-seuratobject
|
||||
r-stringi
|
||||
r-tidyr))
|
||||
r-tidyr
|
||||
r-tidyselect))
|
||||
(home-page "https://github.com/timoast/signac/")
|
||||
(synopsis "Analysis of single-cell chromatin data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue