summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-gseabase/package.py
blob: 829f317cb56b97c783c0819f664513e16d99ac6b (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
# 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 RGseabase(RPackage):
    """Gene set enrichment data structures and methods.

       This package provides classes and methods to support Gene Set Enrichment
       Analysis (GSEA)."""

    bioc = "GSEABase"

    version('1.56.0', commit='ee7c3ca4ad0f1f3e9b9162db1515413802860ecc')
    version('1.52.1', commit='257dfccbc5b507d82099fac6b06bb03825e995e8')
    version('1.46.0', commit='edce83a9256a0c03206c2bce7c90ada0d90f6622')
    version('1.44.0', commit='7042ff64a98b05b9572231ee1b4f3ae4fc9c768e')
    version('1.42.0', commit='5e40ce0fdd4dc0cff7601b169bbf6aa1430ae33e')
    version('1.40.1', commit='3e5441708b80aab2c9642988bee709d5732831a6')
    version('1.38.2', commit='84c9f10c316163118ca990900a7a67555b96e75b')

    depends_on('r@2.6.0:', type=('build', 'run'))
    depends_on('r-biocgenerics@0.13.8:', type=('build', 'run'))
    depends_on('r-biobase@2.17.8:', type=('build', 'run'))
    depends_on('r-annotate@1.45.3:', type=('build', 'run'))
    depends_on('r-graph@1.37.2:', type=('build', 'run'))
    depends_on('r-annotationdbi', type=('build', 'run'))
    depends_on('r-xml', type=('build', 'run'))