summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Baumgarten <57231081+ajxander12@users.noreply.github.com>2020-11-13 14:14:36 -0600
committerGitHub <noreply@github.com>2020-11-13 14:14:36 -0600
commitc0486f6768d5c7ce98c24ee381aad0052c4cff43 (patch)
tree78b2a8f3b9c84d4ab11bdfc5056af8b0acab40a8
parent472c365b58ed13caee77650841bca741f7ee7db4 (diff)
downloadspack-c0486f6768d5c7ce98c24ee381aad0052c4cff43.tar.gz
spack-c0486f6768d5c7ce98c24ee381aad0052c4cff43.tar.bz2
spack-c0486f6768d5c7ce98c24ee381aad0052c4cff43.tar.xz
spack-c0486f6768d5c7ce98c24ee381aad0052c4cff43.zip
Feature/r tximportdata (#19902)
* # FIXME: Add a list of GitHub accounts to # FIXME: Add a list of GitHub accounts to Package for r-tximportData * Fixed file format / flake8 errors
-rw-r--r--var/spack/repos/builtin/packages/r-tximportdata/package.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-tximportdata/package.py b/var/spack/repos/builtin/packages/r-tximportdata/package.py
new file mode 100644
index 0000000000..84a19036a0
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-tximportdata/package.py
@@ -0,0 +1,16 @@
+# 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 RTximportdata(RPackage):
+ """This packages provides the output of running various transcript abundance
+ quantifiers on a set of 6 RNA-seq samples from the GEUVADIS project"""
+
+ homepage = "http://bioconductor.org/packages/release/data/experiment/html/tximportData.html"
+ url = "http://bioconductor.org/packages/release/data/experiment/src/contrib/tximportData_1.18.0.tar.gz"
+
+ version('1.18.0', sha256='4edf9fdcf5b0086fc958d5ac0249668c7cf7e2fa941cd8d413620634d0cb5971')