mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-bionero: Update to 1.4.2.
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.4.2. [propagated-inputs]: Remove r-deseq2 and r-ggpubr; add r-ggrepel and r-patchwork.
This commit is contained in:
parent
202fd44ca0
commit
94693d1980
1 changed files with 4 additions and 4 deletions
|
@ -16475,32 +16475,32 @@ (define-public r-biomvrcns
|
|||
(define-public r-bionero
|
||||
(package
|
||||
(name "r-bionero")
|
||||
(version "1.4.0")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BioNERO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nyzjbl0gcwvbj2nxfwykirikf8j3rsx5ny45bqjbcb4r23k65kj"))))
|
||||
"0dsznfnhidbmf52rv8l26f1ms2k9yy4q4c6cf3x8ylc79c1sjrcp"))))
|
||||
(properties `((upstream-name . "BioNERO")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocparallel
|
||||
r-complexheatmap
|
||||
r-deseq2
|
||||
r-dynamictreecut
|
||||
r-genie3
|
||||
r-ggnetwork
|
||||
r-ggnewscale
|
||||
r-ggplot2
|
||||
r-ggpubr
|
||||
r-ggrepel
|
||||
r-igraph
|
||||
r-intergraph
|
||||
r-matrixstats
|
||||
r-minet
|
||||
r-netrep
|
||||
r-networkd3
|
||||
r-patchwork
|
||||
r-rcolorbrewer
|
||||
r-reshape2
|
||||
r-summarizedexperiment
|
||||
|
|
Loading…
Reference in a new issue