unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45281] [PATCH] gnu: Add r-org-eck12-eg-db.
@ 2020-12-16 21:59 Mădălin Ionel Patrașcu
  2020-12-17 11:27 ` bug#45281: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2020-12-16 21:59 UTC (permalink / raw)
  To: 45281; +Cc: Mădălin Ionel Patrașcu

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45281: [PATCH] gnu: Add r-org-eck12-eg-db.
  2020-12-16 21:59 [bug#45281] [PATCH] gnu: Add r-org-eck12-eg-db Mădălin Ionel Patrașcu
@ 2020-12-17 11:27 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2020-12-17 11:27 UTC (permalink / raw)
  To: 45281-done

Applied, thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-17 11:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 21:59 [bug#45281] [PATCH] gnu: Add r-org-eck12-eg-db Mădălin Ionel Patrașcu
2020-12-17 11:27 ` bug#45281: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).