summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-affycompatible/package.py
blob: cc027634f521e125b8e1968e1c97aad0a15fc8b1 (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
# 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.package import *


class RAffycompatible(RPackage):
    """Affymetrix GeneChip software compatibility.

       This package provides an interface to Affymetrix chip annotation and
       sample attribute files. The package allows an easy way for users to
       download and manage local data bases of Affynmetrix NetAffx annotation
       files. The package also provides access to GeneChip Operating System
       (GCOS) and GeneChip Command Console (AGCC)-compatible sample annotation
       files."""

    bioc = "AffyCompatible"

    version('1.54.0', commit='fde7d86ccdb03c13c4838c18ac25477ffe6e0fe5')
    version('1.50.0', commit='3b12d12bd6d1a9f0d45e012817231d137d47089e')
    version('1.44.0', commit='98a27fbe880551fd32a5febb6c7bde0807eac476')
    version('1.42.0', commit='699303cc20f292591e2faa12e211c588efb9eaa8')
    version('1.40.0', commit='44838bdb5e8c26afbd898c49ed327ddd1a1d0301')
    version('1.38.0', commit='d47ee3a3a3d3bce11121e80fe02ee216b9199b12')
    version('1.36.0', commit='dbbfd43a54ae1de6173336683a9461084ebf38c3')

    depends_on('r@2.7.0:', type=('build', 'run'))
    depends_on('r-xml@2.8-1:', type=('build', 'run'))
    depends_on('r-rcurl@0.8-1:', type=('build', 'run'))
    depends_on('r-biostrings', type=('build', 'run'))