2019-01-01 14:04:23 +08:00
|
|
|
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
|
2018-10-08 04:52:23 +08:00
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2017-09-29 09:02:58 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2017-09-29 09:02:58 +08:00
|
|
|
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/"
|
2018-07-24 10:56:48 +08:00
|
|
|
git = "https://git.bioconductor.org/packages/yaqcaffy.git"
|
2017-09-29 09:02:58 +08:00
|
|
|
|
2018-07-24 10:56:48 +08:00
|
|
|
version('1.36.0', commit='4d46fe77b2c8de2230a77b0c07dd5dd726e3abd6')
|
2017-09-29 09:02:58 +08:00
|
|
|
|
|
|
|
depends_on('r-simpleaffy', type=('build', 'run'))
|
2017-10-13 21:44:26 +08:00
|
|
|
depends_on('r@3.4.0:3.4.9', when='@1.36.0')
|