summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-annotationfilter/package.py
blob: 3510fd3e90616a02ed9afd97086b1fc5af37a09b (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-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 RAnnotationfilter(RPackage):
    """Facilities for Filtering Bioconductor Annotation Resources.

    This package provides class and other infrastructure to implement
    filters for manipulating Bioconductor annotation resources. The filters
    will be used by ensembldb, Organism.dplyr, and other packages."""

    bioc = "AnnotationFilter"

    version("1.24.0", commit="172d9c149d9025154f7b26982d07f571499b03e8")
    version("1.22.0", commit="c9fea4a829ce9419b6e0af987915b2d469358597")
    version("1.20.0", commit="2818aff6502fd6fe819521cd8d97695ef6f9198e")
    version("1.18.0", commit="60a9b666d7362d7ed5c357fd4a5d2744d8598c20")
    version("1.14.0", commit="6ee3a13ed93a535ed452cbc8c118151a2cbb732c")
    version("1.8.0", commit="9bf70ead899e32e84e2908f2b29cd38250d2d1ed")
    version("1.6.0", commit="fa40a7e17e93fac9e85091ff93f256adf145dec3")
    version("1.4.0", commit="acbd3309f478843a7899bd9773af5f19f986b829")
    version("1.2.0", commit="744b82915d7b85031de462d9d0a2bf9fdfd0e29d")
    version("1.0.0", commit="a9f79b26defe3021eea60abe16ce1fa379813ec9")

    depends_on("r@3.4.0:", type=("build", "run"))
    depends_on("r-genomicranges", type=("build", "run"))
    depends_on("r-lazyeval", type=("build", "run"))