allpathslg-installation

 官网

 
http://software.broadinstitute.org/allpaths-lg/blog/?page_id=12

 官方文档

 

 安装条件检查
  • The g++ compiler from GCC, version 4.7.0 or higher.
  • The GMP library compiled with the C++ interface. Your GCC installation may already include GMP.
  • The Picard set of Java‐based command‐line utilities for SAM file manipulation available at http://picard.sourceforge.net
  • The graph command dot from the graphviz package.
 安装
export PATH="/YZGROUP4/STORAGE/genewiz/public/app/graphviz-2.40.1/bin:$PATH" 
./configure --prefix="/YZGROUP4/STORAGE/genewiz/public/app/allpathslg-52488"
make && make install
0%