summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-biom-utils/package.py
blob: 5cf396e03fb44f643c97198d2bb305c2f59f9667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 RBiomUtils(RPackage):
    """Provides utilities to facilitate import, export and computation with
    the BIOM (Biological Observation Matrix) format (https://biom-format.org/).
    """

    homepage = "https://github.com/braithwaite/BIOM.utils/"
    url      = "https://cloud.r-project.org/src/contrib/BIOM.utils_0.9.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/biom/"

    version('0.9', sha256='e7024469fb38e275aa78fbfcce15b9a7661317f632a7e9b8124695e076839375')

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