summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-samr/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-samr/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-samr/package.py18
1 files changed, 10 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/r-samr/package.py b/var/spack/repos/builtin/packages/r-samr/package.py
index 9013f672f3..f62c57c78b 100644
--- a/var/spack/repos/builtin/packages/r-samr/package.py
+++ b/var/spack/repos/builtin/packages/r-samr/package.py
@@ -7,17 +7,19 @@ from spack import *
class RSamr(RPackage):
- """Significance Analysis of Microarrays."""
+ """SAM: Significance Analysis of Microarrays.
+
+ Significance Analysis of Microarrays for differential expression analysis,
+ RNAseq data and related problems."""
+
+ cran = "samr"
- homepage = "https://cloud.r-project.org/package=samr"
- url = "https://cloud.r-project.org/src/contrib/samr_2.0.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/samr"
version('3.0', sha256='25f88ac002c2adce8881a562241bc12d683810a05defb553e8e3d4878f037506')
version('2.0', sha256='090b5becd91d60f4bb8269df5c9bc19a03c09917d327b28e75b0ee7b80624e67')
depends_on('r-impute', type=('build', 'run'))
depends_on('r-matrixstats', type=('build', 'run'))
- depends_on('r-shiny', when='@3.0:', type=('build', 'run'))
- depends_on('r-shinyfiles', when='@3.0:', type=('build', 'run'))
- depends_on('r-openxlsx', when='@3.0:', type=('build', 'run'))
- depends_on('r-gsa', when='@3.0:', type=('build', 'run'))
+ depends_on('r-shiny', type=('build', 'run'), when='@3.0:')
+ depends_on('r-shinyfiles', type=('build', 'run'), when='@3.0:')
+ depends_on('r-openxlsx', type=('build', 'run'), when='@3.0:')
+ depends_on('r-gsa', type=('build', 'run'), when='@3.0:')