guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]