summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-dnacopy/package.py
blob: 2f1900f361565ab0c5d931fca310af4b191b51e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 RDnacopy(RPackage):
    """Implements the circular binary segmentation (CBS) algorithm
    to segment DNA copy number data and identify genomic regions
    with abnormal copy number."""

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

    version('1.50.1', commit='a20153029e28c009df813dbaf13d9f519fafa4e8')