r-wgcna: new package at 1.64-1 (#10392)

This commit is contained in:
Justin Stanley 2019-02-05 09:00:25 -06:00 committed by Levi Baber
parent 293e5c0781
commit 003ebf8bab

View File

@ -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'))