[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48575] [PATCH 31/50] gnu: r-biovizbase: Move to (gnu packages bioco
From: |
zimoun |
Subject: |
[bug#48575] [PATCH 31/50] gnu: r-biovizbase: Move to (gnu packages bioconductor). |
Date: |
Fri, 21 May 2021 22:26:03 +0200 |
* gnu/packages/bioinformatics.scm (r-biovizbase): Move from here...
* gnu/packages/bioconductor.scm (r-biovizbase): ...to here.
---
gnu/packages/bioconductor.scm | 42 +++++++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 42 ---------------------------------
2 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 05c4896276..7439ad96da 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2044,6 +2044,48 @@ matching algorithms, and other utilities, for fast
manipulation of large
biological sequences or sets of sequences.")
(license license:artistic2.0)))
+(define-public r-biovizbase
+ (package
+ (name "r-biovizbase")
+ (version "1.38.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "biovizBase" version))
+ (sha256
+ (base32
+ "10jflvadfcgxq2jnfxkpn417xd8ibh3zllz9rsqnq5w3wgfr4fhq"))))
+ (properties `((upstream-name . "biovizBase")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)
+ ("r-annotationfilter" ,r-annotationfilter)
+ ("r-biocgenerics" ,r-biocgenerics)
+ ("r-biostrings" ,r-biostrings)
+ ("r-dichromat" ,r-dichromat)
+ ("r-ensembldb" ,r-ensembldb)
+ ("r-genomeinfodb" ,r-genomeinfodb)
+ ("r-genomicalignments" ,r-genomicalignments)
+ ("r-genomicfeatures" ,r-genomicfeatures)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-hmisc" ,r-hmisc)
+ ("r-iranges" ,r-iranges)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-rlang" ,r-rlang)
+ ("r-rsamtools" ,r-rsamtools)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-scales" ,r-scales)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)
+ ("r-variantannotation" ,r-variantannotation)))
+ (home-page "https://bioconductor.org/packages/biovizBase")
+ (synopsis "Basic graphic utilities for visualization of genomic data")
+ (description
+ "The biovizBase package is designed to provide a set of utilities, color
+schemes and conventions for genomic data. It serves as the base for various
+high-level packages for biological data visualization. This saves development
+effort and encourages consistency.")
+ (license license:artistic2.0)))
+
(define-public r-bsgenome
(package
(name "r-bsgenome")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 600c2ca81e..e6692ece0c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8979,48 +8979,6 @@ chromosome region or transcript models of lincRNA
genes.")
;; No version specified
(license license:lgpl3+)))
-(define-public r-biovizbase
- (package
- (name "r-biovizbase")
- (version "1.38.0")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "biovizBase" version))
- (sha256
- (base32
- "10jflvadfcgxq2jnfxkpn417xd8ibh3zllz9rsqnq5w3wgfr4fhq"))))
- (properties `((upstream-name . "biovizBase")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-annotationdbi" ,r-annotationdbi)
- ("r-annotationfilter" ,r-annotationfilter)
- ("r-biocgenerics" ,r-biocgenerics)
- ("r-biostrings" ,r-biostrings)
- ("r-dichromat" ,r-dichromat)
- ("r-ensembldb" ,r-ensembldb)
- ("r-genomeinfodb" ,r-genomeinfodb)
- ("r-genomicalignments" ,r-genomicalignments)
- ("r-genomicfeatures" ,r-genomicfeatures)
- ("r-genomicranges" ,r-genomicranges)
- ("r-hmisc" ,r-hmisc)
- ("r-iranges" ,r-iranges)
- ("r-rcolorbrewer" ,r-rcolorbrewer)
- ("r-rlang" ,r-rlang)
- ("r-rsamtools" ,r-rsamtools)
- ("r-s4vectors" ,r-s4vectors)
- ("r-scales" ,r-scales)
- ("r-summarizedexperiment" ,r-summarizedexperiment)
- ("r-variantannotation" ,r-variantannotation)))
- (home-page "https://bioconductor.org/packages/biovizBase")
- (synopsis "Basic graphic utilities for visualization of genomic data")
- (description
- "The biovizBase package is designed to provide a set of utilities, color
-schemes and conventions for genomic data. It serves as the base for various
-high-level packages for biological data visualization. This saves development
-effort and encourages consistency.")
- (license license:artistic2.0)))
-
(define-public r-dropbead
(let ((commit "d746c6f3b32110428ea56d6a0001ce52a251c247")
(revision "2"))
--
2.30.1
- [bug#48575] [PATCH 23/50] gnu: r-keggrest: Move to (gnu packages bioconductor)., (continued)
- [bug#48575] [PATCH 23/50] gnu: r-keggrest: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 24/50] gnu: r-gage: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 19/50] gnu: r-interactivedisplaybase: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 22/50] gnu: r-affy: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 21/50] gnu: r-fastseg: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 27/50] gnu: r-dirichletmultinomial: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 25/50] gnu: r-complexheatmap: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 30/50] gnu: r-vsn: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 26/50] gnu: r-genomicfiles: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 28/50] gnu: r-organismdbi: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 31/50] gnu: r-biovizbase: Move to (gnu packages bioconductor).,
zimoun <=
- [bug#48575] [PATCH 32/50] gnu: r-ensembldb: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 35/50] gnu: r-sva: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 33/50] gnu: r-mzr: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 36/50] gnu: r-motifrg: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 43/50] gnu: r-tximport: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 34/50] gnu: r-protgenerics: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 37/50] gnu: r-seqlogo: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 38/50] gnu: r-zlibbioc: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 29/50] gnu: r-affyio: Move to (gnu packages bioconductor)., zimoun, 2021/05/21
- [bug#48575] [PATCH 41/50] gnu: r-rcas: Move to (gnu packages bioconductor)., zimoun, 2021/05/21