summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-makecdfenv/package.py
blob: 307ae72906b2775a9e5b84053acc951944d8bc84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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 RMakecdfenv(RPackage):
    """CDF Environment Maker.

    This package has two functions. One reads a Affymetrix chip description
    file (CDF) and creates a hash table environment containing the
    location/probe set membership mapping. The other creates a package that
    automatically loads that environment."""

    bioc = "makecdfenv"

    version("1.76.0", commit="8196d4886db1d8e51821bfe9f727a30666d53801")
    version("1.74.0", commit="412affc333ba51cad0ff3c7919e2eadaaf426359")
    version("1.72.0", commit="85c89688e6b6e8bff46b92cbeba49e38c510492e")
    version("1.70.0", commit="82ecd0fa8ac401e4ac8f1e9139556d2be4a3c4f3")
    version("1.66.0", commit="02aa975d543089f5495cb3b4e8edbcf0ff05148a")
    version("1.60.0", commit="900ece3ecd7a0ade9f8a0374e5a03def4e079cb3")
    version("1.58.0", commit="6f513e39c4920a6da10d22718fc3bf278fe5ffe2")
    version("1.56.0", commit="f6b48e9a9f18598653d05bc0bdffeae7fefbb327")
    version("1.54.0", commit="3ff646ddc4b028e46b1e091ff9c2d17ce77cec26")
    version("1.52.0", commit="b88a3e93e3b7feeeca69eda7c1fc5a0826c81120")

    depends_on("r@2.6.0:", type=("build", "run"))
    depends_on("r-affyio", type=("build", "run"))
    depends_on("r-biobase", type=("build", "run"))
    depends_on("r-affy", type=("build", "run"))
    depends_on("r-zlibbioc", type=("build", "run"))