summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mgraster/package.py
blob: f3e3978860422db7a4318f9ca8829be1a631eb63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RMgraster(RPackage):
    """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)."""

    homepage = "https://github.com/braithwaite/MGRASTer/"
    url      = "https://cran.r-project.org/src/contrib/MGRASTer_0.9.tar.gz"

    version('0.9', '902c7ad4180b858d6b6428ea26d7652a')

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