summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-tximportdata/package.py
blob: a85befb5f6a5e88105bcac298a980c71a6eb7c97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 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')