summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-aneufinderdata/package.py
blob: dde20609af2d2112bc25c18ba7c444551c79e10a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2018 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 RAneufinderdata(RPackage):
    """Whole-genome single cell sequencing data for demonstration
    purposes in the AneuFinder package."""

    homepage = "https://www.bioconductor.org/packages/AneuFinderData/"
    git      = "https://git.bioconductor.org/packages/AneuFinderData.git"

    version('1.4.0', commit='55c8807ee4a37a2eb6d0defafaf843f980b22c40')

    depends_on('r@3.4.0:3.4.9', when='@1.4.0')