summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/kallisto/package.py
blob: c537ca6ad462e7bede20368a6fa19da3a656ecac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2018 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', '54fc9b70ca44e4633f02c962cbc59737')

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