summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-illuminahumanmethylationepicmanifest/package.py
blob: 1afa4ae292b04745169f6cc2d09809ab330eb15b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2023 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.package import *


class RIlluminahumanmethylationepicmanifest(RPackage):
    """Manifest for Illumina's EPIC methylation arrays."""

    bioc = "IlluminaHumanMethylationEPICmanifest"
    url = "https://bioconductor.org/packages/release/data/annotation/src/contrib/IlluminaHumanMethylationEPICmanifest_0.3.0.tar.gz"

    version("0.3.0", sha256="e39a69d98486cec981e97c56f45bbe47d2ccb5bbb66a1b16fa0685575493902a")

    depends_on("r@3.2.0:", type=("build", "run"))
    depends_on("r-minfi", type=("build", "run"))