summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-do-db/package.py
blob: 2f5016d289882ef75ceb8f58d4738d4286ec6536 (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-2023 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 RDoDb(RPackage):
    """A set of annotation maps describing the entire Disease Ontology.

    A set of annotation maps describing the entire Disease
    Ontology assembled using data from DO."""

    # There is no git repository for this package.
    bioc = "DO.db"
    url = "https://www.bioconductor.org/packages/3.5/data/annotation/src/contrib/DO.db_2.9.tar.gz"

    version("2.9", sha256="762bcb9b5188274fd81d82f785cf2846a5acc61fad55e2ff8ec1502282c27881")

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