[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47010] [PATCH 04/10] gnu: r-annotationforge: Move to (gnu packages
From: |
zimoun |
Subject: |
[bug#47010] [PATCH 04/10] gnu: r-annotationforge: Move to (gnu packages bioconductor). |
Date: |
Mon, 8 Mar 2021 18:57:57 +0100 |
* gnu/packages/bioinformatics.scm (r-annotationforge): Move from here...
* gnu/packages/bioconductor.scm (r-annotationforge): ...to here.
---
gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 32 --------------------------------
2 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 883b6df2fb..706b87b207 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1487,6 +1487,38 @@ structure.")
microarrays.")
(license license:artistic2.0)))
+(define-public r-annotationforge
+ (package
+ (name "r-annotationforge")
+ (version "1.32.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "AnnotationForge" version))
+ (sha256
+ (base32
+ "0y3820dkvwz09wlmz9drx6gqpsr9cwppaiz40zafwfxbz65y8px7"))))
+ (properties
+ `((upstream-name . "AnnotationForge")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)
+ ("r-biobase" ,r-biobase)
+ ("r-biocgenerics" ,r-biocgenerics)
+ ("r-dbi" ,r-dbi)
+ ("r-rcurl" ,r-rcurl)
+ ("r-rsqlite" ,r-rsqlite)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-xml" ,r-xml)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/AnnotationForge")
+ (synopsis "Code for building annotation database packages")
+ (description
+ "This package provides code for generating Annotation packages and their
+databases. Packages produced are intended to be used with AnnotationDbi.")
+ (license license:artistic2.0)))
+
(define-public r-deseq2
(package
(name "r-deseq2")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4fa4a1e354..3212641af9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7385,38 +7385,6 @@ includes software to
")
(license license:cc0))))
-(define-public r-annotationforge
- (package
- (name "r-annotationforge")
- (version "1.32.0")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "AnnotationForge" version))
- (sha256
- (base32
- "0y3820dkvwz09wlmz9drx6gqpsr9cwppaiz40zafwfxbz65y8px7"))))
- (properties
- `((upstream-name . "AnnotationForge")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-annotationdbi" ,r-annotationdbi)
- ("r-biobase" ,r-biobase)
- ("r-biocgenerics" ,r-biocgenerics)
- ("r-dbi" ,r-dbi)
- ("r-rcurl" ,r-rcurl)
- ("r-rsqlite" ,r-rsqlite)
- ("r-s4vectors" ,r-s4vectors)
- ("r-xml" ,r-xml)))
- (native-inputs
- `(("r-knitr" ,r-knitr)))
- (home-page "https://bioconductor.org/packages/AnnotationForge")
- (synopsis "Code for building annotation database packages")
- (description
- "This package provides code for generating Annotation packages and their
-databases. Packages produced are intended to be used with AnnotationDbi.")
- (license license:artistic2.0)))
-
(define-public r-rbgl
(package
(name "r-rbgl")
--
2.30.1
- [bug#47010] [PATCH 00/10] Move some Bioconductor packages to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 01/10] gnu: r-genefilter: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 05/10] gnu: r-rbgl: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 06/10] gnu: r-gseabase: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 09/10] gnu: r-shortread: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 04/10] gnu: r-annotationforge: Move to (gnu packages bioconductor).,
zimoun <=
- [bug#47010] [PATCH 03/10] gnu: r-dexseq: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 02/10] gnu: r-deseq2: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 07/10] gnu: r-category: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 08/10] gnu: r-gostats: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 10/10] gnu: r-systempiper: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- bug#47010: [PATCH 00/10] Move some Bioconductor packages to (gnu packages bioconductor)., Ricardo Wurmus, 2021/03/12