summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/smalt/package.py
blob: 35880174ecad9c534fca7ecd31e4f00e07362f24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2023 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.package import *


class Smalt(AutotoolsPackage, SourceforgePackage):
    """SMALT aligns DNA sequencing reads with a reference genome."""

    homepage = "https://www.sanger.ac.uk/science/tools/smalt-0"
    sourceforge_mirror_path = "smalt/smalt-0.7.6.tar.gz"

    license("GPL-3.0-only")

    version("0.7.6", sha256="89ccdfe471edba3577b43de9ebfdaedb5cd6e26b02bf4000c554253433796b31")