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

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

bug#45281: closed ([PATCH] gnu: Add r-org-eck12-eg-db.)


From: GNU bug Tracking System
Subject: bug#45281: closed ([PATCH] gnu: Add r-org-eck12-eg-db.)
Date: Thu, 17 Dec 2020 11:29:02 +0000

Your message dated Thu, 17 Dec 2020 12:27:51 +0100
with message-id <87o8isoeo8.fsf@elephly.net>
and subject line [PATCH] gnu: Add r-org-eck12-eg-db.
has caused the debbugs.gnu.org bug report #45281,
regarding [PATCH] gnu: Add r-org-eck12-eg-db.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45281: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45281
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-org-eck12-eg-db. Date: Wed, 16 Dec 2020 22:59:42 +0100
* gnu/packages/bioconductor.scm (r-org-eck12-eg-db): New variable.
---
 gnu/packages/bioconductor.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3026d1a496..2d96cc7766 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9273,3 +9273,30 @@ graphs.  It parses the regularly updated kgml (Kegg xml) 
files into graph models
 maintaining all essential pathway attributes.  The package offers
 functionalities including parsing, graph operation, visualization and etc.")
     (license license:gpl2+)))
+
+(define-public r-org-eck12-eg-db
+  (package
+    (name "r-org-eck12-eg-db")
+    (version "3.12.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "org.EcK12.eg.db" version 'annotation))
+       (sha256
+        (base32 "0c4p6jr83k0gm6pvn760yr8xf33wggrfcr6fg7a42a96bcf817gs"))))
+    (properties
+     `((upstream-name . "org.EcK12.eg.db")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotationdbi" ,r-annotationdbi)))
+    (home-page "https://bioconductor.org/packages/org.EcK12.eg.db";)
+    (synopsis "Genome wide annotation for E coli strain K12")
+    (description
+     "This package provides genome wide annotation for E coli strain K12,
+primarily based on mapping using Entrez Gene identifiers.  Entrez Gene is
+National Center for Biotechnology Information (NCBI)’s database for
+gene-specific information.  Entrez Gene maintains records from genomes which
+have been completely sequenced, which have an active research community to
+submit gene-specific information, or which are scheduled for intense sequence
+analysis.")
+    (license license:artistic2.0)))
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-org-eck12-eg-db. Date: Thu, 17 Dec 2020 12:27:51 +0100 User-agent: mu4e 1.4.13; emacs 27.1
Applied, thanks!

-- 
Ricardo


--- End Message ---

reply via email to

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