summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-hdo-db/package.py
blob: 49edc44d5f6d29a32815b2caa084d27a6ad80c67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class RHdoDb(RPackage):
    """A set of annotation maps describing the entire Human Disease Ontology.

    A set of annotation maps describing the entire Human Disease Ontology
    assembled using data from DO.  Its annotation data comes from
    https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology."""

    url = "https://bioconductor.org/packages/release/data/annotation/src/contrib/HDO.db_0.99.1.tar.gz"
    bioc = "HDO.db"

    version("0.99.1", sha256="c17cf28d06621d91148a64d47fdeaa906d8621aba7a688715fb9571a55f7cf92")

    depends_on("r@4.2.0:", type=("build", "run"))
    depends_on("r-annotationdbi", type=("build", "run"))