summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-do-db/package.py
blob: 3be01b4dc5016cbfd6db168e6b04e08bfcaf01d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2019 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 import *


class RDoDb(RPackage):
    """A set of annotation maps describing the entire Disease
    Ontology assembled using data from DO."""

    homepage = "https://bioconductor.org/packages/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-annotationdbi', type=('build', 'run'))