summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/smalt/package.py
blob: 23466e0fd1be6c1d8beca050156db4f9c483fb1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 Smalt(AutotoolsPackage):
    """SMALT aligns DNA sequencing reads with a reference genome."""

    homepage = "http://www.sanger.ac.uk/science/tools/smalt-0"
    url      = "https://downloads.sourceforge.net/project/smalt/smalt-0.7.6.tar.gz"

    version('0.7.6', 'c3215d70ba960c8fdc8e80191695c60b')