summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-affxparser/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-affxparser/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-affxparser/package.py34
1 files changed, 17 insertions, 17 deletions
diff --git a/var/spack/repos/builtin/packages/r-affxparser/package.py b/var/spack/repos/builtin/packages/r-affxparser/package.py
index 98e5b0e176..744bcbbe63 100644
--- a/var/spack/repos/builtin/packages/r-affxparser/package.py
+++ b/var/spack/repos/builtin/packages/r-affxparser/package.py
@@ -9,24 +9,24 @@ from spack.package import *
class RAffxparser(RPackage):
"""Affymetrix File Parsing SDK.
- Package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP, BAR). It
- provides methods for fast and memory efficient parsing of Affymetrix
- files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based
- files are supported. Currently, there are methods for reading chip
- definition file (CDF) and a cell intensity file (CEL). These files can
- be read either in full or in part. For example, probe signals from a few
- probesets can be extracted very quickly from a set of CEL files into a
- convenient list structure."""
+ Package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP, BAR). It
+ provides methods for fast and memory efficient parsing of Affymetrix
+ files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based
+ files are supported. Currently, there are methods for reading chip
+ definition file (CDF) and a cell intensity file (CEL). These files can
+ be read either in full or in part. For example, probe signals from a few
+ probesets can be extracted very quickly from a set of CEL files into a
+ convenient list structure."""
bioc = "affxparser"
- version('1.68.1', commit='821a01a2df18115a3b7864b3f45418255b7123eb')
- version('1.66.0', commit='2ea72d4c924ac14bdd807b23563c8501c226ce3a')
- version('1.62.0', commit='b3e988e5c136c3f1a064e1da13730b403c8704c0')
- version('1.56.0', commit='20d27701ad2bdfacf34d857bb8ecb4f505b4d056')
- version('1.54.0', commit='dce83d23599a964086a84ced4afd13fc43e7cd4f')
- version('1.52.0', commit='8e0c4b89ee1cb4ff95f58a5dd947249dc718bc58')
- version('1.50.0', commit='01ef641727eadc2cc17b5dbb0b1432364436e3d5')
- version('1.48.0', commit='2461ea88f310b59c4a9a997a4b3dadedbd65a4aa')
+ version("1.68.1", commit="821a01a2df18115a3b7864b3f45418255b7123eb")
+ version("1.66.0", commit="2ea72d4c924ac14bdd807b23563c8501c226ce3a")
+ version("1.62.0", commit="b3e988e5c136c3f1a064e1da13730b403c8704c0")
+ version("1.56.0", commit="20d27701ad2bdfacf34d857bb8ecb4f505b4d056")
+ version("1.54.0", commit="dce83d23599a964086a84ced4afd13fc43e7cd4f")
+ version("1.52.0", commit="8e0c4b89ee1cb4ff95f58a5dd947249dc718bc58")
+ version("1.50.0", commit="01ef641727eadc2cc17b5dbb0b1432364436e3d5")
+ version("1.48.0", commit="2461ea88f310b59c4a9a997a4b3dadedbd65a4aa")
- depends_on('r@2.14.0:', type=('build', 'run'))
+ depends_on("r@2.14.0:", type=("build", "run"))