guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/296: gnu: r-gprofiler: Move to (gnu packages cran).


From: guix-commits
Subject: 01/296: gnu: r-gprofiler: Move to (gnu packages cran).
Date: Fri, 12 Jun 2020 19:29:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a620d22ea827a64ecfaead165e5b78be9861f324
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 12:41:49 2020 +0200

    gnu: r-gprofiler: Move to (gnu packages cran).
    
    * gnu/packages/bioinformatics.scm (r-gprofiler): Move this variable from 
here...
    * gnu/packages/cran.scm (r-gprofiler): ...to here.
---
 gnu/packages/bioinformatics.scm | 24 ------------------------
 gnu/packages/cran.scm           | 24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 550c038..3cad73a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10393,30 +10393,6 @@ views.  High-level plots include sequence fragment 
length, edge-linked
 interval to data view, mismatch pileup, and several splicing summaries.")
     (license license:artistic2.0)))
 
-(define-public r-gprofiler
-  (package
-    (name "r-gprofiler")
-    (version "0.7.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (cran-uri "gProfileR" version))
-       (sha256
-        (base32
-         "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
-    (properties `((upstream-name . "gProfileR")))
-    (build-system r-build-system)
-    (propagated-inputs
-     `(("r-plyr" ,r-plyr)
-       ("r-rcurl" ,r-rcurl)))
-    (home-page "https://cran.r-project.org/web/packages/gProfileR/";)
-    (synopsis "Interface to the g:Profiler toolkit")
-    (description
-     "This package provides tools for functional enrichment analysis,
-gene identifier conversion and mapping homologous genes across related
-organisms via the @code{g:Profiler} toolkit.")
-    (license license:gpl2+)))
-
 (define-public r-gqtlbase
   (package
     (name "r-gqtlbase")
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7fa47ae..7c37f8e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -158,6 +158,30 @@ the system clipboards.")
 respecting the grammar of its graphics paradigm.")
     (license license:gpl2+)))
 
+(define-public r-gprofiler
+  (package
+    (name "r-gprofiler")
+    (version "0.7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gProfileR" version))
+       (sha256
+        (base32
+         "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
+    (properties `((upstream-name . "gProfileR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-plyr" ,r-plyr)
+       ("r-rcurl" ,r-rcurl)))
+    (home-page "https://cran.r-project.org/web/packages/gProfileR/";)
+    (synopsis "Interface to the g:Profiler toolkit")
+    (description
+     "This package provides tools for functional enrichment analysis,
+gene identifier conversion and mapping homologous genes across related
+organisms via the @code{g:Profiler} toolkit.")
+    (license license:gpl2+)))
+
 (define-public r-oenb
   (package
     (name "r-oenb")



reply via email to

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