この手順は M1 Mac を前提としています。
ソースコードをダウンロードして展開します。
BASHwget http://www.clustal.org/omega/clustal-omega-1.2.4.tar.gz && tar -xzvf clustal-omega-1.2.4.tar.gz && cd clustal-omega-1.2.4Homebrew で argtable をインストールします。
BASH# You need install the Homebrew first if you haven't installed it. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install argtableコンパイルしてインストールします。
BASH./configure CFLAGS='-I/opt/homebrew/Cellar/argtable/2.13/include' LDFLAGS='-L/opt/homebrew/Cellar/argtable/2.13/lib' make make installインストールを確認します。
BASHwhich clustaloあとは次のように使えます。
BASHcd /path/to/your/sequence clustalo -i sequence.fasta -o output.fasta --seqtype=protein