summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDesmond Orton <odesmond21@gmail.com>2021-02-15 18:36:44 -0600
committerGitHub <noreply@github.com>2021-02-15 16:36:44 -0800
commitc1cc4ab1b871925864e84481cfada52c22fde470 (patch)
tree0d69cf8d2b8e5c0a0e69e9ec2df0115631c2ba8e
parentc805b168d3b95ad98944cee34844fd5f3afad467 (diff)
downloadspack-c1cc4ab1b871925864e84481cfada52c22fde470.tar.gz
spack-c1cc4ab1b871925864e84481cfada52c22fde470.tar.bz2
spack-c1cc4ab1b871925864e84481cfada52c22fde470.tar.xz
spack-c1cc4ab1b871925864e84481cfada52c22fde470.zip
New R Package: Chipseq@1.40.0 (#21689)
-rw-r--r--var/spack/repos/builtin/packages/r-chipseq/package.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-chipseq/package.py b/var/spack/repos/builtin/packages/r-chipseq/package.py
new file mode 100644
index 0000000000..60e87f7c40
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-chipseq/package.py
@@ -0,0 +1,25 @@
+# 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 RChipseq(RPackage):
+ """A package for analyzing chipseq data"""
+
+ homepage = "https://bioconductor.org/packages/release/bioc/html/chipseq.html"
+ url = "https://bioconductor.org/packages/release/bioc/src/contrib/chipseq_1.40.0.tar.gz"
+
+ maintainers = ['dorton21']
+
+ version('1.40.0', sha256='5b48721a9eae6ebaf57a57af13f76eb887925ea1a02906abeb6f67a588c0ff8a')
+
+ depends_on('r@2.10:', type=('build', 'run'))
+ depends_on('r-biocgenerics@0.1.0:', type=('build', 'run'))
+ depends_on('r-s4vectors@0.17.25:', type=('build', 'run'))
+ depends_on('r-iranges@2.13.12:', type=('build', 'run'))
+ depends_on('r-genomicranges@1.31.8:', type=('build', 'run'))
+ depends_on('r-shortread', type=('build', 'run'))
+ depends_on('r-lattice', type=('build', 'run'))