Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 718 Bytes

THIRD_PARTY.md

File metadata and controls

32 lines (25 loc) · 718 Bytes

Third Party Software for proABC-2

proABC-2 depends on two third-party software, HMMER and IGBLAST. Here are the instructions to install them.

You must also define the system variables;

  • HMMER_PATH
  • IGBLAST_PATH
  • IGDATA

HMMER

wget http://eddylab.org/software/hmmer/hmmer.tar.gz
tar zxf hmmer.tar.gz
cd hmmer-3.4
./configure --prefix=`pwd`
make
make check
make install
(cd easel; make install)
export HMMER_PATH=`pwd`/bin

IGBLAST

wget ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.14.0/ncbi-igblast-1.14.0-x64-linux.tar.gz
tar -xvf ncbi-igblast-1.14.0-x64-linux.tar.gz
export IGBLAST_PATH=`pwd`/ncbi-igblast-1.14.0/bin
export IGDATA=`pwd`/ncbi-igblast-1.14.0