guix-commits
[Top][All Lists]
Advanced

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

04/30: gnu: Add r-annotationfilter.


From: Ricardo Wurmus
Subject: 04/30: gnu: Add r-annotationfilter.
Date: Tue, 7 Nov 2017 17:32:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 763e98103a0cd39715e619eca2cc3c7806498b1e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Nov 7 15:30:23 2017 +0100

    gnu: Add r-annotationfilter.
    
    * gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
---
 gnu/packages/bioinformatics.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 18ed2a5..227bc34 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9575,6 +9575,30 @@ originally made available by Holmes, Harris, and Quince, 
2012, PLoS ONE 7(2):
 1-15.")
     (license license:lgpl3)))
 
+(define-public r-annotationfilter
+  (package
+    (name "r-annotationfilter")
+    (version "1.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "AnnotationFilter" version))
+              (sha256
+               (base32
+                "04zf864c1fvdlaay2r5cn30fc1n5i3czh31fs62qlrvs61wjiscs"))))
+    (properties
+     `((upstream-name . "AnnotationFilter")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-genomicranges" ,r-genomicranges)
+       ("r-lazyeval" ,r-lazyeval)))
+    (home-page "https://github.com/Bioconductor/AnnotationFilter";)
+    (synopsis "Facilities for filtering Bioconductor annotation resources")
+    (description
+     "This package provides classes and other infrastructure to implement
+filters for manipulating Bioconductor annotation resources.  The filters are
+used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
+    (license license:artistic2.0)))
+
 (define-public r-qvalue
   (package
     (name "r-qvalue")



reply via email to

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