summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/clustalo/package.py
blob: 59b7606e6cef6b07a4718d1a3126cc8097b3fd00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 Clustalo(AutotoolsPackage):
    """Clustal Omega: the last alignment program you'll ever need."""

    homepage = "http://www.clustal.org/omega/"
    url      = "http://www.clustal.org/omega/clustal-omega-1.2.4.tar.gz"

    version('1.2.4', sha256='8683d2286d663a46412c12a0c789e755e7fd77088fb3bc0342bb71667f05a3ee')

    depends_on('argtable')