summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-gcrma/package.py
blob: f37c63dc68970d93677d36bfc9454cc23bf54e9e (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
# Copyright 2013-2020 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 RGcrma(RPackage):
    """Background Adjustment Using Sequence Information."""

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

    version('2.56.0', commit='1f37bbfb4d3ed542b1e90704ab0fa8914d5e0224')
    version('2.54.0', commit='9515fdbbc766a2a3b2ec61cf530c57bbded77ccc')
    version('2.52.0', commit='d6e90b05432d2a8b0583d3fed001811ecdf49d7d')
    version('2.50.0', commit='cbba460d131e1073059500b8d7b168a78f963992')
    version('2.48.0', commit='3ea0eb0b5c15ffb24df76620667ae7996ed715b4')

    depends_on('r@2.6.0:', type=('build', 'run'))
    depends_on('r-affy@1.23.2:', type=('build', 'run'))
    depends_on('r-biobase', type=('build', 'run'))
    depends_on('r-affyio@1.13.3:', type=('build', 'run'))
    depends_on('r-xvector', type=('build', 'run'))
    depends_on('r-biostrings@2.11.32:', type=('build', 'run'))
    depends_on('r-biocinstaller', type=('build', 'run'))

    depends_on('r-biocmanager', when='@2.54.0:', type=('build', 'run'))