summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-affycontam/package.py
blob: f44105ce13a125650d490d2c9e460bb73d03335f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2018 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 RAffycontam(RPackage):
    """structured corruption of cel file data to demonstrate QA
    effectiveness."""

    homepage = "https://www.bioconductor.org/packages/affyContam/"
    git      = "https://git.bioconductor.org/packages/affyContam.git"

    version('1.34.0', commit='03529f26d059c19e069cdda358dbf7789b6d4c40')

    depends_on('r@3.4.0:3.4.9', when=('@1.34.0'))
    depends_on('r-biobase', type=('build', 'run'))
    depends_on('r-affy', type=('build', 'run'))
    depends_on('r-affydata', type=('build', 'run'))