服務(wù)器是 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用戶(hù)賬號(hào)
su - jfmao
password:xxxxxxxxxxx
sudo make install
# 安裝完成后測(cè)試一下:
wossname -auto|les
# 如果出現(xiàn)很多程序的名字,說(shuō)明安裝成功了
#?子程序在 /home/ytbao/bin/EMBOSS/EMBOSS-6.6.0/emboss/? ? ? 寫(xiě)進(jìn)環(huán)境變量:
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
