LoginSignup
0
0

More than 5 years have passed since last update.

NCBI BLASTをローカルでコンパイル

Last updated at Posted at 2015-08-23

手元の環境でバイナリの実行時にエラーがでて動かせないので仕方なくローカルでコンパイル。

実行環境

  • OS: CentOS 5.1
  • gcc : 4.4.6
  • NCBI BLAST: 2.2.31+

コンパイル

tar xvf ncbi-blast-2.2.31+-src.tar.gz 
cd ncbi-blast-2.2.31+-src/c++
./configure --without-debug --with-mt --with-build-root=ReleaseMT --with-64 --with-static 
make

これでReleaseMT/binにblast関係のバイナリができている。

注意点

原因はわかっていないがmakeのあとにmake installをするとatic.aがないといわれる。ただ、現状makeblastdbとblastxは動いているようなので調査は保留

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0