clustalo安装

Posted wh-ff-ly520

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了clustalo安装相关的知识,希望对你有一定的参考价值。

需要准备下载压缩包:

 argtable2_12.orig.tar   (https://launchpad.net/ubuntu/+source/argtable2/13-1) 

 clustalo_1.2.4.orig.tar   (https://launchpad.net/ubuntu/+source/clustalo/1.2.4-2或者http://www.clustal.org/omega/下载)

安装clustalo之前,先安装argtable2-12,否则在安装clustalo(./configure)时会报下面的错误:

configure: error: Could not find argtable2.h. Try $ ./configure CFLAGS=‘-Iyour-argtable2-include-path
安装argtable2:
tar -zxvf argtable2_12.orig.tar # 解压
cd argtable2-12/
./configure --prefix=/user/path/ # 配置
make check # 检测
make && make install # 编译安装
环境变量设置: vim ~/.bashrc #进入启动配置文件
export PATH=/public/home/wangh/Programs/argtable2-12:$PATH
export PATH=/public/home/wangh/Programs/argtable2-12/bin:$PATH
export PATH=/public/home/wangh/Programs/argtable2-12/include:$PATH
export LD_LIBRARY_PATH=/public/home/wangh/Programs/argtable2-12/bin:$LD_LIBRARY_PATH
source ~/.bashrc # 更新启动配置文件
安装clustalo:
tar -zxvf clustalo_1.2.4.orig.tar # 解压
cd clustal-1.2.4
./configure --prefix=/user/path/   # 配置
 make check          # 检测
 make && make install   # 编译安装
环境变量设置: vim ~/.bashrc  #进入启动配置文件
                export PATH=/public/home/wangh/Programs/clustal-1.2.4:$PATH
               export PATH=/public/home/wangh/Programs/clustal-1.2.4/bin:$PATH
               export PATH=/public/home/wangh/Programs/clustal-1.2.4/include:$PATH
              source ~/.bashrc # 更新启动配置文件
可能还会在配置(./configure)出错:configure: error: Could not find argtable2.h. Try $ ./configure CFLAGS=‘-Iyour-argtable2-include-path
解决方法: ./configure CFLAGS=‘-I/public/home/wangh/Programs/argtable2-12/include‘ LDFLAGS=‘-L/public/home/wangh/Programs/argtable2-12/lib‘ --prefix=/public/home/wangh/Programs/clustal-omega-1.2.4
在进行编译安装 和环境变量的设置





























以上是关于clustalo安装的主要内容,如果未能解决你的问题,请参考以下文章

PHP代码-psysh调试代码片段工具

VIM 代码片段插件 ultisnips 使用教程

Android 插件化VirtualApp 源码分析 ( 目前的 API 现状 | 安装应用源码分析 | 安装按钮执行的操作 | 返回到 HomeActivity 执行的操作 )(代码片段

nodejs常用代码片段

vim代码片段插件ultisnips的使用

续:纠正:ubuntu7.04可以安装,而且完美的安装 ! for《Oracle-10.2.0.1,打补丁10.2.0.5:在 debian 版本4不含4以上,及 ubuntu 7.04不含(代码片段