summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-tmixclust/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-tmixclust/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-tmixclust/package.py20
1 files changed, 13 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/r-tmixclust/package.py b/var/spack/repos/builtin/packages/r-tmixclust/package.py
index 0ac49d576e..71da1a51db 100644
--- a/var/spack/repos/builtin/packages/r-tmixclust/package.py
+++ b/var/spack/repos/builtin/packages/r-tmixclust/package.py
@@ -7,17 +7,24 @@ from spack import *
class RTmixclust(RPackage):
- """Implementation of a clustering method for time series gene expression
- data based on mixed-effects models with Gaussian variables and
- non-parametric cubic splines estimation. The method can robustly account
- for the high levels of noise present in typical gene expression time
- series datasets."""
+ """Time Series Clustering of Gene Expression with Gaussian Mixed-Effects
+ Models and Smoothing Splines.
- homepage = "https://bioconductor.org/packages/TMixClust/"
+ Implementation of a clustering method for time series gene expression
+ data based on mixed-effects models with Gaussian variables and non-
+ parametric cubic splines estimation. The method can robustly account for
+ the high levels of noise present in typical gene expression time series
+ datasets."""
+
+ homepage = "https://bioconductor.org/packages/TMixClust"
git = "https://git.bioconductor.org/packages/TMixClust.git"
+ version('1.6.0', commit='9f5f78e52538d15f402c8f6e4c60f7212c7bc548')
+ version('1.4.0', commit='a52fcae6e7a5dd41e7afbe128f35397e8bc8cb12')
+ version('1.2.0', commit='0250c0b238f08077b5b9ff17c2f3b7633c67dc3c')
version('1.0.1', commit='0ac800210e3eb9da911767a80fb5582ab33c0cad')
+ depends_on('r@3.4:', type=('build', 'run'))
depends_on('r-gss', type=('build', 'run'))
depends_on('r-mvtnorm', type=('build', 'run'))
depends_on('r-zoo', type=('build', 'run'))
@@ -26,4 +33,3 @@ class RTmixclust(RPackage):
depends_on('r-flexclust', type=('build', 'run'))
depends_on('r-biobase', type=('build', 'run'))
depends_on('r-spem', type=('build', 'run'))
- depends_on('r@3.4.3:3.4.9', when='@1.0.1')