guix-commits
[Top][All Lists]
Advanced

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

02/457: gnu: Add r-hdo-db.


From: guix-commits
Subject: 02/457: gnu: Add r-hdo-db.
Date: Thu, 24 Nov 2022 06:36:32 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 8105b3c09fac897ff2c2464479b1d3e8169d8700
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Nov 16 23:21:40 2022 +0100

    gnu: Add r-hdo-db.
    
    * gnu/packages/bioconductor.scm (r-hdo-db): New variable.
---
 gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 45a511cf13..e55d9e357e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -506,6 +506,31 @@ ID and species.  It is used by functions in the 
GenomeInfoDb package.")
 information about the latest version of the Gene Ontologies.")
     (license license:artistic2.0)))
 
+(define-public r-hdo-db
+  (package
+    (name "r-hdo-db")
+    (version "0.99.1")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "HDO.db" version 'annotation))
+              (sha256
+               (base32
+                "14ngyxailmxrbxqqi9m7mchqcvchmbg7zm34i8a927b20s6z4z61"))))
+    (properties `((upstream-name . "HDO.db")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-annotationdbi))
+    (native-inputs
+     (list r-knitr))
+    (home-page "https://bioconductor.org/packages/HDO.db";)
+    (synopsis "Annotation maps describing the entire Human Disease Ontology")
+    (description
+     "This package provides a set of annotation maps describing the entire
+Human Disease Ontology.  The annotation data comes from
+@url{Humam Disease Ontology repository,
+https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology}.";)
+    (license license:artistic2.0)))
+
 (define-public r-homo-sapiens
   (package
     (name "r-homo-sapiens")



reply via email to

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