summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2020-02-10 03:38:44 -0600
committerGitHub <noreply@github.com>2020-02-10 10:38:44 +0100
commit42c829adb4583dd87bee21ddb82e0e3436e83887 (patch)
treedbc4211dfc2ad82c4a59f89d8f3e5061ea3e26b1 /var
parent4d173579cb29ef1a96ad175a5f4b3d8593c4725c (diff)
downloadspack-42c829adb4583dd87bee21ddb82e0e3436e83887.tar.gz
spack-42c829adb4583dd87bee21ddb82e0e3436e83887.tar.bz2
spack-42c829adb4583dd87bee21ddb82e0e3436e83887.tar.xz
spack-42c829adb4583dd87bee21ddb82e0e3436e83887.zip
New package: r-gsalib (#14873)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-gsalib/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-gsalib/package.py b/var/spack/repos/builtin/packages/r-gsalib/package.py
new file mode 100644
index 0000000000..fe105aa14d
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-gsalib/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2020 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 RGsalib(RPackage):
+ """This package contains utility functions used by the Genome Analysis
+ Toolkit (GATK) to load tables and plot data. The GATK is a toolkit for
+ variant discovery in high-throughput sequencing data."""
+
+ homepage = "https://cloud.r-project.org/package=gsalib"
+ url = "https://cloud.r-project.org/src/contrib/gsalib_2.1.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/gsalib"
+
+ version('2.1', sha256='e1b23b986c18b89a94c58d9db45e552d1bce484300461803740dacdf7c937fcc')