summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-annaffy/package.py
blob: b3df79ceb2d33f9f5add0f617c1f4f0813f41d73 (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
35
36
37
38
39
# Copyright 2013-2024 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 RAnnaffy(RPackage):
    """Annotation tools for Affymetrix biological metadata.

    Functions for handling data from Bioconductor Affymetrix annotation data
    packages. Produces compact HTML and text reports including experimental
    data and URL links to many online databases. Allows searching biological
    metadata using various criteria."""

    bioc = "annaffy"

    license("LGPL-2.1-or-later")

    version("1.72.0", commit="7cb439706a7e93fb5b44ead374010077a44ea78b")
    version("1.70.0", commit="c99e81259adb39b5d8e954fd7afe7f93675229bc")
    version("1.68.0", commit="fa930c0bbdca9828a130ab06d86c65d451380830")
    version("1.66.0", commit="aa1afa1509754128d27508228c1f39f51a8da043")
    version("1.62.0", commit="ad9c37e0e7e45e0f35c208ce528ba48000b37432")
    version("1.56.0", commit="8c8e16aa0f3073880c39684fd8e554a052ec6233")
    version("1.54.0", commit="e1b3bf10515255eb994cd8bdf85697ea728c3484")
    version("1.52.0", commit="ef84030163045f702941c8d5a59fbd4a09f30e2c")
    version("1.50.0", commit="a822e20f3e961a8afa5eb23536343115a33fb259")
    version("1.48.0", commit="89a03c64ac9df5d963ed60b87893a3fffa6798a0")

    depends_on("r@2.5.0:", type=("build", "run"))
    depends_on("r-biobase", type=("build", "run"))
    depends_on("r-biocmanager", type=("build", "run"), when="@1.64.2:")
    depends_on("r-go-db", type=("build", "run"))
    depends_on("r-annotationdbi@0.1.15:", type=("build", "run"))
    depends_on("r-dbi", type=("build", "run"))

    depends_on("r-kegg-db", type=("build", "run"), when="@:1.62.0")