summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-04-20 04:35:30 -0500
committerGitHub <noreply@github.com>2021-04-20 03:35:30 -0600
commit5a3a014aae985bb85a2ae472e882433a1a716280 (patch)
treeb41ec7ccf1fa2523cfc75ffd670d7732abce2a38 /var
parentcbf7ad8cc03f9a84dc7792a992e872056fe871e3 (diff)
downloadspack-5a3a014aae985bb85a2ae472e882433a1a716280.tar.gz
spack-5a3a014aae985bb85a2ae472e882433a1a716280.tar.bz2
spack-5a3a014aae985bb85a2ae472e882433a1a716280.tar.xz
spack-5a3a014aae985bb85a2ae472e882433a1a716280.zip
r-illumina450probevariants-db: new package (#23099)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-illumina450probevariants-db/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-illumina450probevariants-db/package.py b/var/spack/repos/builtin/packages/r-illumina450probevariants-db/package.py
new file mode 100644
index 0000000000..2df7d0a602
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-illumina450probevariants-db/package.py
@@ -0,0 +1,20 @@
+# Copyright 2013-2021 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 RIllumina450probevariantsDb(RPackage):
+ """Annotation Package combining variant data from 1000 Genomes Project for
+ Illumina HumanMethylation450 Bead Chip probes:
+
+ Includes details on variants for each probe on the 450k bead chip for each
+ of the four populations (Asian, American, African and European)."""
+
+ bioc = "Illumina450ProbeVariants.db"
+
+ version('1.26.0', commit='fffe6033cc8d87354078c14de1e29976eaedd611')
+
+ depends_on('r@3.0.1:', type=('build', 'run'))