summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/kallisto/package.py
blob: 25ed4c99801d3595b7a51acb2346397f145682f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2019 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 Kallisto(CMakePackage):
    """kallisto is a program for quantifying abundances of transcripts from
       RNA-Seq data."""

    homepage = "http://pachterlab.github.io/kallisto"
    url      = "https://github.com/pachterlab/kallisto/archive/v0.43.1.tar.gz"

    version('0.43.1', '071e6bfb62be06fd76552298d4cf8144')

    depends_on('zlib')
    depends_on('hdf5')
    depends_on('mpich')