summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-oligoclasses/package.py
blob: 4b7f3a5a9af08e3429155ca5493488d548221c1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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 ROligoclasses(RPackage):
    """Classes for high-throughput arrays supported by oligo and crlmm.

       This package contains class definitions, validity checks, and
       initialization methods for classes used by the oligo and crlmm
       packages."""

    homepage = "https://bioconductor.org/packages/oligoClasses"
    git      = "https://git.bioconductor.org/packages/oligoClasses.git"

    version('1.46.0', commit='325684f66fc92f778098f24bcfbef0ce3da9717c')
    version('1.44.0', commit='d3e1134cdbea5f95b83215dc66e5f7b6a1cd0638')
    version('1.42.0', commit='ef125700d487b470281a9c1e985390633c4dd2bd')
    version('1.40.0', commit='32f40617e62d05c457baaebc7e27585b852848ed')
    version('1.38.0', commit='fe2bb7f02c7ed3cbd338254c27ceba6ff829a962')

    depends_on('r@2.14:', type=('build', 'run'))
    depends_on('r-biocgenerics@0.3.2:', type=('build', 'run'))
    depends_on('r-biobase@2.17.8:', type=('build', 'run'))
    depends_on('r-iranges@2.5.17:', type=('build', 'run'))
    depends_on('r-genomicranges@1.23.7:', type=('build', 'run'))
    depends_on('r-summarizedexperiment', type=('build', 'run'))
    depends_on('r-biostrings@2.23.6:', type=('build', 'run'))
    depends_on('r-affyio@1.23.2:', type=('build', 'run'))
    depends_on('r-ff', type=('build', 'run'))
    depends_on('r-foreach', type=('build', 'run'))
    depends_on('r-biocinstaller', when='@1.38.0:1.42.0', type=('build', 'run'))
    depends_on('r-s4vectors@0.9.25:', type=('build', 'run'))
    depends_on('r-rsqlite', type=('build', 'run'))

    depends_on('r-dbi', when='@1.40.0:', type=('build', 'run'))

    depends_on('r-biocgenerics@0.27.1:', when='@1.44.0:', type=('build', 'run'))
    depends_on('r-biocmanager', when='@1.44.0:', type=('build', 'run'))