summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rsubread/package.py
blob: 2b6ba1166d70c663f64237d47bbef1e7d0dc19c3 (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 RRsubread(RPackage):
    """Mapping, quantification and variant analysis of sequencing data"""

    bioc = "Rsubread"

    version("2.16.0", commit="62b92c9ed3fc2be89ed9f29e3db1809d1e115dbc")
    version("2.14.2", commit="863bd98c6523b888da59335a6acb516d2676d412")

    depends_on("r", type=("build", "run"))
    depends_on("r-matrix", type=("build", "run"))
    depends_on("r-r-utils", type=("build", "run"))
    depends_on("zlib-api", type=("build", "run"))