11月7日 本地blast (二)

參考
http://blog.csdn.net/flyfrommath/article/details/52945586
http://blog.shenwei.me/local-blast-installation/

安裝blast軟件到服務器上

1.下載打包好的文件ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/

選擇一個你需要的

2.上傳到服務器上
使用scp命令


上傳中

3.解壓軟件

tar -zxvf ncbi-blast-2.7.1+-x64-linux.tar.gz

藍色這個文件是解壓好的

4.設置路徑,使得哪里都可以使用
我的服務器上是在自己目錄下面

cd
ls -all
vim .bash_profile

增加一行

export PATH=$PATH:/public/home/you/path/to/ncbi-blast-2.7.1+/bin

使其生效

source .bash_profile

OK,檢查一下

blastn -version

出現這個說明裝好了

OK ,軟件裝好了,明天配置本地庫

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容