[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47010] [PATCH 08/10] gnu: r-gostats: Move to (gnu packages biocondu
From: |
zimoun |
Subject: |
[bug#47010] [PATCH 08/10] gnu: r-gostats: Move to (gnu packages bioconductor). |
Date: |
Mon, 8 Mar 2021 18:58:01 +0100 |
* gnu/packages/bioinformatics.scm (r-gostats): Move from here...
* gnu/packages/bioconductor.scm (r-gostats): ...to here.
---
gnu/packages/bioconductor.scm | 31 +++++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 31 -------------------------------
2 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4e3dd25d61..4f4088db27 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1661,6 +1661,37 @@ exploration of the results.")
high-throughput sequencing experiments.")
(license license:artistic2.0)))
+(define-public r-gostats
+ (package
+ (name "r-gostats")
+ (version "2.56.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "GOstats" version))
+ (sha256
+ (base32
+ "18q8p0fv9fl2r6zjxknfjwqxr69dlyxy6c8amzn6c6dwjq1cxk6j"))))
+ (properties `((upstream-name . "GOstats")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotate" ,r-annotate)
+ ("r-annotationdbi" ,r-annotationdbi)
+ ("r-annotationforge" ,r-annotationforge)
+ ("r-biobase" ,r-biobase)
+ ("r-category" ,r-category)
+ ("r-go-db" ,r-go-db)
+ ("r-graph" ,r-graph)
+ ("r-rgraphviz" ,r-rgraphviz)
+ ("r-rbgl" ,r-rbgl)))
+ (home-page "https://bioconductor.org/packages/GOstats")
+ (synopsis "Tools for manipulating GO and microarrays")
+ (description
+ "This package provides a set of tools for interacting with GO and
+microarray data. A variety of basic manipulation tools for graphs, hypothesis
+testing and other simple calculations.")
+ (license license:artistic2.0)))
+
(define-public r-gseabase
(package
(name "r-gseabase")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6b32f3416c..186b051865 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7385,37 +7385,6 @@ includes software to
")
(license license:cc0))))
-(define-public r-gostats
- (package
- (name "r-gostats")
- (version "2.56.0")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "GOstats" version))
- (sha256
- (base32
- "18q8p0fv9fl2r6zjxknfjwqxr69dlyxy6c8amzn6c6dwjq1cxk6j"))))
- (properties `((upstream-name . "GOstats")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-annotate" ,r-annotate)
- ("r-annotationdbi" ,r-annotationdbi)
- ("r-annotationforge" ,r-annotationforge)
- ("r-biobase" ,r-biobase)
- ("r-category" ,r-category)
- ("r-go-db" ,r-go-db)
- ("r-graph" ,r-graph)
- ("r-rgraphviz" ,r-rgraphviz)
- ("r-rbgl" ,r-rbgl)))
- (home-page "https://bioconductor.org/packages/GOstats")
- (synopsis "Tools for manipulating GO and microarrays")
- (description
- "This package provides a set of tools for interacting with GO and
-microarray data. A variety of basic manipulation tools for graphs, hypothesis
-testing and other simple calculations.")
- (license license:artistic2.0)))
-
(define-public r-shortread
(package
(name "r-shortread")
--
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, 2021/03/08
- [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 <=
- [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