summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rsubread/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-rsubread/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-rsubread/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-rsubread/package.py b/var/spack/repos/builtin/packages/r-rsubread/package.py
new file mode 100644
index 0000000000..1def92a934
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-rsubread/package.py
@@ -0,0 +1,20 @@
+# 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 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"))