summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/clustalo/package.py
blob: 5201a1cecceb30b3b61e5399ecf3ed94ab3544e4 (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', '6c0459f4c463a30e942ce7e0efc91422')

    depends_on('argtable')