emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28148: closed ([PATCH] gnu: Add r-annotationfilter


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28148: closed ([PATCH] gnu: Add r-annotationfilter.)
Date: Sun, 20 Aug 2017 12:03:01 +0000

Your message dated Sun, 20 Aug 2017 14:02:05 +0200
with message-id <address@hidden>
and subject line Re: [PATCH] gnu: Add r-annotationfilter.
has caused the debbugs.gnu.org bug report #28148,
regarding [PATCH] gnu: Add r-annotationfilter.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28148: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28148
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-annotationfilter. Date: Sat, 19 Aug 2017 18:03:07 +0200
* 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 018a26212..e8e05fff0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8311,6 +8311,30 @@ package, and for letting R applications work on datasets 
that are larger than
 the available RAM.")
     (license license:artistic2.0)))
 
+(define-public r-annotationfilter
+  (package
+    (name "r-annotationfilter")
+    (version "1.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "AnnotationFilter" version))
+              (sha256
+               (base32
+                "0pxvswjzwibdfmrkdragxmzcl844z73pmkn82z92wahwa6gjfyi7"))))
+    (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 emboss
   (package
     (name "emboss")
-- 
2.13.3





--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Add r-annotationfilter. Date: Sun, 20 Aug 2017 14:02:05 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Ricardo Wurmus <address@hidden> writes:

> * gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.

Pushed to master.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net



--- End Message ---

reply via email to

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