[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/54: gnu: r-geneoverlap: Move out of experiment section.
From: |
guix-commits |
Subject: |
52/54: gnu: r-geneoverlap: Move out of experiment section. |
Date: |
Mon, 31 May 2021 10:03:21 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1a6108ce2b85e74306ed5a31f26cbe12c6f0100e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 31 15:53:09 2021 +0200
gnu: r-geneoverlap: Move out of experiment section.
* gnu/packages/bioconductor.scm (r-geneoverlap): Move the package definition
out of the "experiment" section into the section for regular Bioconductor
packages.
---
gnu/packages/bioconductor.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 196ee22..ba2bffe 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1176,26 +1176,6 @@ GenomicRanges Bioconductor package.")
genomes and gene ID formats, largely based on the UCSC table browser.")
(license license:lgpl2.0+)))
-(define-public r-geneoverlap
- (package
- (name "r-geneoverlap")
- (version "1.26.0")
- (source (origin
- (method url-fetch)
- (uri (bioconductor-uri "GeneOverlap" version))
- (sha256
- (base32
- "0bvh00n4fx0h1m83bypib3jvln1ihcv77ywrrn9xm20y73gymhkh"))))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-rcolorbrewer" ,r-rcolorbrewer)
- ("r-gplots" ,r-gplots)))
- (home-page "https://www.bioconductor.org/packages/GeneOverlap/")
- (synopsis "Test and visualize gene overlaps")
- (description "This package can be used to test two sets of gene lists
-and visualize the results.")
- (license license:gpl3)))
-
(define-public r-genomationdata
(package
(name "r-genomationdata")
@@ -2885,6 +2865,26 @@ analysis using other methods.")
high-throughput sequencing experiments.")
(license license:artistic2.0)))
+(define-public r-geneoverlap
+ (package
+ (name "r-geneoverlap")
+ (version "1.26.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "GeneOverlap" version))
+ (sha256
+ (base32
+ "0bvh00n4fx0h1m83bypib3jvln1ihcv77ywrrn9xm20y73gymhkh"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-gplots" ,r-gplots)))
+ (home-page "https://www.bioconductor.org/packages/GeneOverlap/")
+ (synopsis "Test and visualize gene overlaps")
+ (description "This package can be used to test two sets of gene lists
+and visualize the results.")
+ (license license:gpl3)))
+
(define-public r-genomation
(package
(name "r-genomation")
- 30/54: gnu: r-vsn: Move to (gnu packages bioconductor)., (continued)
- 30/54: gnu: r-vsn: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 35/54: gnu: r-sva: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 38/54: gnu: r-zlibbioc: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 41/54: gnu: r-rcas: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 44/54: gnu: r-rhdf5filters: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 47/54: gnu: r-chipseq: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 45/54: gnu: r-annotationfilter: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 49/54: gnu: r-copywriter: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 50/54: gnu: r-methylkit: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 53/54: gnu: r-spp: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 52/54: gnu: r-geneoverlap: Move out of experiment section.,
guix-commits <=
- 37/54: gnu: r-seqlogo: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 40/54: gnu: r-bamsignals: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 54/54: gnu: r-chipseeker: Move out of experiment section., guix-commits, 2021/05/31