summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-yaqcaffy/package.py
blob: 9ead0a911099c8a142f12114d4f08a9721832069 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 RYaqcaffy(RPackage):
    """Quality control of Affymetrix GeneChip expression data and
       reproducibility analysis of human whole genome chips with the MAQC
       reference datasets."""

    homepage = "http://bioconductor.org/packages/yaqcaffy/"
    git      = "https://git.bioconductor.org/packages/yaqcaffy.git"

    version('1.36.0', commit='4d46fe77b2c8de2230a77b0c07dd5dd726e3abd6')

    depends_on('r-simpleaffy', type=('build', 'run'))
    depends_on('r@3.4.0:3.4.9', when='@1.36.0')