summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-05-15 16:03:36 -0500
committerLevi Baber <baberlevi@gmail.com>2019-05-15 16:03:36 -0500
commit19355cafaed39758834b20dae72e11c5ca104443 (patch)
tree277a70b6d680974590041c6f4c619c846ff3471c /var
parent5f5616d6a22c5f862cf27918a2561314114e7634 (diff)
downloadspack-19355cafaed39758834b20dae72e11c5ca104443.tar.gz
spack-19355cafaed39758834b20dae72e11c5ca104443.tar.bz2
spack-19355cafaed39758834b20dae72e11c5ca104443.tar.xz
spack-19355cafaed39758834b20dae72e11c5ca104443.zip
r-phylostratr: new package (#11053)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-phylostratr/package.py34
1 files changed, 34 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-phylostratr/package.py b/var/spack/repos/builtin/packages/r-phylostratr/package.py
new file mode 100644
index 0000000000..2fc3198551
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-phylostratr/package.py
@@ -0,0 +1,34 @@
+# Copyright 2013-2019 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 RPhylostratr(RPackage):
+ """Predict and explore the age of genes using phylostratigraphic methods"""
+
+ homepage = "https://github.com/arenasee/phylostratr"
+ git = "https://github.com/arendsee/phylostratr.git"
+
+ version('20190323', commit='9f6d1ee2e93d973dabcfc72a44af9a032cb7ebbd')
+
+ depends_on('r@3.4.0:', type=('build', 'run'))
+ depends_on('r-ape', type=('build', 'run'))
+ depends_on('r-biostrings', type=('build', 'run'))
+ depends_on('r-curl', type=('build', 'run'))
+ depends_on('r-dplyr', type=('build', 'run'))
+ depends_on('r-ggplot2', type=('build', 'run'))
+ depends_on('r-scales', type=('build', 'run'))
+ depends_on('r-glue', type=('build', 'run'))
+ depends_on('r-gridextra', type=('build', 'run'))
+ depends_on('r-magrittr', type=('build', 'run'))
+ depends_on('r-purrr', type=('build', 'run'))
+ depends_on('r-readr', type=('build', 'run'))
+ depends_on('r-reshape2', type=('build', 'run'))
+ depends_on('r-rhmmer', type=('build', 'run'))
+ depends_on('r-rlang@0.1.2:', type=('build', 'run'))
+ depends_on('r-tibble', type=('build', 'run'))
+ depends_on('r-taxizedb', type=('build', 'run'))
+ depends_on('r-tidyr', type=('build', 'run'))