2019-01-01 14:04:23 +08:00
|
|
|
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
|
2018-10-08 04:52:23 +08:00
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2018-02-14 15:35:16 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2018-02-14 15:35:16 +08:00
|
|
|
from spack import *
|
|
|
|
|
|
|
|
|
|
|
|
class RJaspar2018(RPackage):
|
|
|
|
"""Data package for JASPAR 2018. To search this databases,
|
|
|
|
please use the package TFBSTools (>= 1.15.6)."""
|
|
|
|
|
|
|
|
homepage = "http://jaspar.genereg.net/"
|
2018-07-24 10:56:48 +08:00
|
|
|
git = "https://git.bioconductor.org/packages/JASPAR2018.git"
|
2018-02-14 15:35:16 +08:00
|
|
|
|
2018-07-24 10:56:48 +08:00
|
|
|
version('1.0.0', commit='4c84092b3737bb1c57ab56f4321f2f5e4b0efeaa')
|
2018-02-14 15:35:16 +08:00
|
|
|
|
|
|
|
depends_on('r@3.4.0:')
|