guix-commits
[Top][All Lists]
Advanced

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

03/53: gnu: Add r-refgenome.


From: Ricardo Wurmus
Subject: 03/53: gnu: Add r-refgenome.
Date: Thu, 16 Aug 2018 11:04:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5850c5b32710aca0f57eb7ee1beaf7ba207842e0
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jul 24 14:16:48 2018 +0200

    gnu: Add r-refgenome.
    
    * gnu/packages/cran.scm (r-refgenome): New variable.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 78ca98d..abf4e02 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4694,3 +4694,31 @@ Group (Non-)Overlap considerations.")
 @item miscellaneous other utilities.
 @end itemize\n")
     (license license:gpl2+)))
+
+(define-public r-refgenome
+  (package
+    (name "r-refgenome")
+    (version "1.7.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "refGenome" version))
+       (sha256
+        (base32
+         "15p0ra2p1pwhy5ixbhsz1g79c5sc2aap4i4c8kil0m2syg9y45sn"))))
+    (properties `((upstream-name . "refGenome")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-dbi" ,r-dbi)
+       ("r-doby" ,r-doby)
+       ("r-rsqlite" ,r-rsqlite)))
+    (home-page "https://cran.r-project.org/web/packages/refGenome/";)
+    (synopsis
+     "Gene and splice site annotation using annotation data from Ensembl and 
UCSC")
+    (description
+     "This package contains functionality for importing and managing of
+downloaded genome annotation data from the Ensembl genome browser (European
+Bioinformatics Institute) and from the UCSC genome browser (University of
+California, Santa Cruz) and annotation routines for genomic positions and
+splice site positions.")
+    (license license:gpl2)))



reply via email to

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