summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-jaspar2018/package.py
blob: faf07ab8bcbc8047bb236bfe8569d11b68865713 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2021 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 RJaspar2018(RPackage):
    """Data package for JASPAR 2018.

       Data package for JASPAR 2018. To search this databases, please use the
       package TFBSTools (>= 1.15.6)."""

    homepage = "https://bioconductor.org/packages/JASPAR2018"
    git      = "https://git.bioconductor.org/packages/JASPAR2018.git"

    version('1.1.0', commit='cf8598d3c9054d85c43655cf82be17f74d800fa5')
    version('1.0.0', commit='4c84092b3737bb1c57ab56f4321f2f5e4b0efeaa')

    depends_on('r@3.4.0:', type=('build', 'run'))