summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/r-wgcna/package.py31
1 files changed, 31 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-wgcna/package.py b/var/spack/repos/builtin/packages/r-wgcna/package.py
new file mode 100644
index 0000000000..14c6d8b8a6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-wgcna/package.py
@@ -0,0 +1,31 @@
+# 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 RWgcna(RPackage):
+ """WGCNA: Weighted Correlation Network Analysis"""
+
+ homepage = "https://cran.r-project.org/package=WGCNA"
+ url = "https://cran.r-project.org/src/contrib/WGCNA_1.66.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/WGCNA/"
+
+ version('1.64-1', sha256='961a890cda40676ba533cd6de2b1d4f692addd16363f874c82ba8b65dd2d0db6')
+
+ depends_on('r@3.0:', type=('build', 'run'))
+ depends_on('r-dynamictreecut@1.62:', type=('build', 'run'))
+ depends_on('r-fastcluster', type=('build', 'run'))
+ depends_on('r-matrixstats@0.8.1:', type=('build', 'run'))
+ depends_on('r-hmisc', type=('build', 'run'))
+ depends_on('r-impute', type=('build', 'run'))
+ depends_on('r-foreach', type=('build', 'run'))
+ depends_on('r-doparallel', type=('build', 'run'))
+ depends_on('r-preprocesscore', type=('build', 'run'))
+ depends_on('r-survival', type=('build', 'run'))
+ depends_on('r-go-db', type=('build', 'run'))
+ depends_on('r-annotationdbi', type=('build', 'run'))
+ depends_on('r-rcpp@0.11.0:', type=('build', 'run'))
+ depends_on('r-robust', type=('build', 'run'))