Advertisement
Won_Cheol_Yim

BLASR

Jun 23rd, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.88 KB | None | 0 0
  1. cd /scratch/jungminh/bins/blasr
  2. ##SZIP
  3. wget http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src/szip-2.1.tar.gz
  4.  tar zxvf szip-2.1.tar.gz
  5.  cd szip-2.1/
  6.  ./configure --prefix=/home/jungminh/scratch/bins/blasr && make && make install
  7.  
  8. ##HDF5
  9. wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.13.tar.gz
  10. tar zxvf hdf5-1.8.13.tar.gz
  11. cd hdf5-1.8.13/
  12. ./configure --prefix=//home/jungminh/scratch/bins/blasr --with-szlib=/home/jungminh/scratch/bins/blasr --enable-cxx --enable-threadsafe --enable-unsupported --with-pthread && make && make install
  13.  
  14. ##BLASR
  15. export HDF5INCLUDEDIR=/scratch/jungminh/bins/blasr/include
  16. export HDF5LIBDIR=/scratch/jungminh/bins/blasr/lib
  17. echo "STATIC = -Wl,-rpath,/scratch/jungminh/bins/blasr/lib" >> common.mk
  18. make ASSEMBLY_HOME=/scratch/jungminh/bins/blasr
  19. make install ASSEMBLY_HOME=/scratch/jungminh/bins/blasr
  20.  
  21. /home/jungminh/scratch/bins/blasr/bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement