以下步骤基于 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.4用 Homebrew 安装 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