summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mgraster/package.py
blob: 7b82a49347c11145f46ef86e0438d80a287c1da3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2024 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 RMgraster(RPackage):
    """API Client for the MG-RAST Server of the US DOE KBase.

    Convenience Functions for R Language Access to the v.1 API of the MG-RAST
    Metagenome Annotation Server, part of the US Department of Energy (DOE)
    Systems Biology Knowledge Base (KBase)."""

    cran = "MGRASTer"

    version("0.9", sha256="f727b5270ed4bd6dcacaecb49e1ace7eb40827754be9801230db940c4012ae4a")

    depends_on("r@3:", type=("build", "run"))