summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-illuminaio/package.py
blob: 8e578421c660a861f919050cabf4698a724ee6d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RIlluminaio(RPackage):
    """Tools for parsing Illumina's microarray output files, including
       IDAT."""

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

    version('0.18.0', commit='e6b8ab1f8eacb760aebdb4828e9cfbf07da06eda')

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