summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-matr/package.py
blob: bac7161dff7189f5a78752b7894ab87a51320261 (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
# Copyright 2013-2023 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.package import *


class RMatr(RPackage):
    """Metagenomics Analysis Tools.

    Package matR (Metagenomics Analysis Tools for R) is an analysis client for
    the MG-RAST metagenome annotation engine, part of the US Department of
    Energy (DOE) Systems Biology Knowledge Base (KBase).  Customized analysis
    and visualization tools securely access remote data and metadata within the
    popular open source R language and environment for statistical
    computing."""

    cran = "matR"

    version("0.9.1", sha256="554aeff37b27d0f17ddeb62b2e1004aa1f29190300e4946b1bec1d7c2bde82e3")
    version("0.9", sha256="5750e6a876cf85fe66038292adefbfcb18e2584fa2e841f39dbe67f3c51b3052")

    depends_on("r@2.10:", type=("build", "run"))
    depends_on("r-mgraster", type=("build", "run"))
    depends_on("r-biom-utils", type=("build", "run"))