summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-watermelon/package.py
blob: 5a69451d0d07a53699bf12ccedaabd21a7c63437 (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
# 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 RWatermelon(RPackage):
    """Illumina 450 methylation array normalization and metrics

    15 flavours of betas and three performance metrics, with methods for
    objects produced by methylumi and minfi packages."""

    homepage = "https://bioconductor.org/packages/release/bioc/html/wateRmelon.html"
    git      = "https://git.bioconductor.org/packages/wateRmelon"

    version('1.34.0', commit='3fa2745535c22068a438747b41b9d793196098d4')
    version('1.30.0', commit='66d7579fe49206d965832288df7937c3d43ed578')

    depends_on('r@2.10:', type=('build', 'run'))
    depends_on('r-biobase', type=('build', 'run'))
    depends_on('r-limma', type=('build', 'run'))
    depends_on('r-matrixstats', type=('build', 'run'))
    depends_on('r-methylumi', type=('build', 'run'))
    depends_on('r-lumi', type=('build', 'run'))
    depends_on('r-roc', type=('build', 'run'))
    depends_on('r-illuminahumanmethylation450kanno-ilmn12-hg19', type=('build', 'run'))
    depends_on('r-illuminaio', type=('build', 'run'))