spack/var/spack/repos/builtin/packages/smalt/package.py

16 lines
526 B
Python
Raw Normal View History

# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
2017-07-22 04:35:47 +08:00
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
2017-07-22 04:35:47 +08:00
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')