From c0486f6768d5c7ce98c24ee381aad0052c4cff43 Mon Sep 17 00:00:00 2001 From: Alexander Baumgarten <57231081+ajxander12@users.noreply.github.com> Date: Fri, 13 Nov 2020 14:14:36 -0600 Subject: 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 --- .../repos/builtin/packages/r-tximportdata/package.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 var/spack/repos/builtin/packages/r-tximportdata/package.py 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') -- cgit v1.2.3-60-g2f50