summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-agimicrorna/package.py
blob: c509634f77532cd692d170a3ee1515c9d24c371e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 RAgimicrorna(RPackage):
    """Processing and Analysis of Agilent microRNA data."""

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

    version('2.26.0', commit='6dd74bae47986f2a23d03e3f1f9f78f701dd8053')

    depends_on('r@3.4.0:3.4.9', when='@2.26.0')
    depends_on('r-affycoretools', type=('build', 'run'))
    depends_on('r-preprocesscore', type=('build', 'run'))
    depends_on('r-affy', type=('build', 'run'))
    depends_on('r-limma', type=('build', 'run'))
    depends_on('r-biobase', type=('build', 'run'))