summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-illumina450probevariants-db/package.py
blob: 0e024821f04f70ca912f938be2b039aa5dfa9433 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2022 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 RIllumina450probevariantsDb(RPackage):
    """Annotation Package combining variant data from 1000 Genomes Project for
    Illumina HumanMethylation450 Bead Chip probes:

    Includes details on variants for each probe on the 450k bead chip for each
    of the four populations (Asian, American, African and European)."""

    bioc     = "Illumina450ProbeVariants.db"

    version('1.26.0', commit='fffe6033cc8d87354078c14de1e29976eaedd611')

    depends_on('r@3.0.1:', type=('build', 'run'))