安装 EMBOSS

服务器是 CentOS 

# fir      cycas装不上,在fir上装上了
mkdir /home/ytbao/bin/EMBOSS

cd /home/ytbao/bin/EMBOSS

wget ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-6.6.0.tar.gz

tar zxfv EMBOSS-6.6.0.tar.gz

cd EMBOSS-6.6.0

./configure

make

# 切换root用户账号

su - jfmao

password:xxxxxxxxxxx

sudo make install

# 安装完成后测试一下:

wossname -auto|les

# 如果出现很多程序的名字,说明安装成功了

# 子程序在 /home/ytbao/bin/EMBOSS/EMBOSS-6.6.0/emboss/      写进环境变量:

echo 'PATH=$PATH:/home/ytbao/bin/EMBOSS/EMBOSS-6.6.0/emboss/' >> ~/.bashrc

source ~/.bashrc

# shuffleseq -h 或者 /home/ytbao/bin/EMBOSS/EMBOSS-6.6.0/emboss/shuffleseq -h

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容