mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-flames: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-flames): Update to 2.2.0. [propagated-inputs]: Add r-abind, r-magick, and r-sparsearray. Change-Id: I5cb9e8661b384618f2ab2ba5076f0c2ee54c808c
This commit is contained in:
parent
4fe801a7ca
commit
fed5f06902
1 changed files with 6 additions and 3 deletions
|
@ -21385,13 +21385,13 @@ and to both short and long sequence reads.")
|
||||||
(define-public r-flames
|
(define-public r-flames
|
||||||
(package
|
(package
|
||||||
(name "r-flames")
|
(name "r-flames")
|
||||||
(version "2.0.2")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "FLAMES" version))
|
(uri (bioconductor-uri "FLAMES" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yszsrnvs13h1vdv5gfja54g48f8b0dadlwd2h7n02pl8b569q38"))))
|
(base32 "0h3lxrdacmch21lpf91alnmjsnca9l4r80r093rvzqagrm002ji5"))))
|
||||||
(properties `((upstream-name . "FLAMES")))
|
(properties `((upstream-name . "FLAMES")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -21407,7 +21407,8 @@ and to both short and long sequence reads.")
|
||||||
(inputs
|
(inputs
|
||||||
(list minimap2 samtools zlib))
|
(list minimap2 samtools zlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bambu
|
(list r-abind
|
||||||
|
r-bambu
|
||||||
r-basilisk
|
r-basilisk
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
r-biocparallel
|
r-biocparallel
|
||||||
|
@ -21428,6 +21429,7 @@ and to both short and long sequence reads.")
|
||||||
r-igraph
|
r-igraph
|
||||||
r-iranges
|
r-iranges
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
|
r-magick
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-matrix
|
r-matrix
|
||||||
r-matrixgenerics
|
r-matrixgenerics
|
||||||
|
@ -21444,6 +21446,7 @@ and to both short and long sequence reads.")
|
||||||
r-scran
|
r-scran
|
||||||
r-scuttle
|
r-scuttle
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
|
r-sparsearray
|
||||||
r-spatialexperiment
|
r-spatialexperiment
|
||||||
r-stringr
|
r-stringr
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue