mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-sushi: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-sushi): Move from here... * gnu/packages/bioconductor.scm (r-sushi): ...to here.
This commit is contained in:
parent
789bf7fcc2
commit
838db0de5e
2 changed files with 22 additions and 22 deletions
|
@ -9300,3 +9300,25 @@ (define-public r-pathview
|
|||
integrates with pathway and gene set (enrichment) analysis tools for
|
||||
large-scale and fully automated analysis.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-sushi
|
||||
(package
|
||||
(name "r-sushi")
|
||||
(version "1.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Sushi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ksj4f9z14mjsv6ssg5dwhpldw4r7wpdsln2if5g486mm1c56r8p"))))
|
||||
(properties `((upstream-name . "Sushi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biomart" ,r-biomart)
|
||||
("r-zoo" ,r-zoo)))
|
||||
(home-page "https://bioconductor.org/packages/Sushi")
|
||||
(synopsis "Tools for visualizing genomics data")
|
||||
(description
|
||||
"This package provides flexible, quantitative, and integrative genomic
|
||||
visualizations for publication-quality multi-panel figures.")
|
||||
(license license:gpl2+)))
|
||||
|
|
|
@ -10867,28 +10867,6 @@ (define-public r-gwascat
|
|||
EMBL-EBI GWAS catalog.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-sushi
|
||||
(package
|
||||
(name "r-sushi")
|
||||
(version "1.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Sushi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ksj4f9z14mjsv6ssg5dwhpldw4r7wpdsln2if5g486mm1c56r8p"))))
|
||||
(properties `((upstream-name . "Sushi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biomart" ,r-biomart)
|
||||
("r-zoo" ,r-zoo)))
|
||||
(home-page "https://bioconductor.org/packages/Sushi")
|
||||
(synopsis "Tools for visualizing genomics data")
|
||||
(description
|
||||
"This package provides flexible, quantitative, and integrative genomic
|
||||
visualizations for publication-quality multi-panel figures.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-dropbead
|
||||
(let ((commit "d746c6f3b32110428ea56d6a0001ce52a251c247")
|
||||
(revision "2"))
|
||||
|
|
Loading…
Reference in a new issue