Parallelized short read assembly of large genomes using de Bruijn graphs(link)
1. Download pasha : http://goo.gl/p8CK2. Install TBB(Intel Threading Building Blocks)
$ sudo apt-get install libtbb*
3. make
4. When error message show:
4. When error message show:
In file included from Alsha.h:29,
from KmerGen.cpp:2:
../google/sparse_hash_set:98:60: error: ext/hash_fun.h: No such file or directory
make[1]: *** [../objs/KmerGen.cpp.kmer.o] Error 1
make[1]: Leaving directory `/home/share/Pasha-1.0.1/PreGraph'
make: *** [kmergen_pregraph] Error 2
from KmerGen.cpp:2:
../google/sparse_hash_set:98:60: error: ext/hash_fun.h: No such file or directory
make[1]: *** [../objs/KmerGen.cpp.kmer.o] Error 1
make[1]: Leaving directory `/home/share/Pasha-1.0.1/PreGraph'
make: *** [kmergen_pregraph] Error 2
5. Modify sparseconfig.h
<ext/hash_fun.h> -> "/usr/include/c++/4.4/backward/hash_fun.h"
6. Modify MakeFile
changes the tbb path and the mpicxx path
7. make
8. sh example.sh
8. sh example.sh
728x90
'Bioinformatics' 카테고리의 다른 글
엑셀 : 표준편차, 상대표준편차, 표준오차 (0) | 2011.11.02 |
---|---|
VGAM(vector generalized additive models) (0) | 2011.09.29 |
우분투에 galaxy 설치하기 (0) | 2011.08.05 |
How to install Velvet on UBUNTU (0) | 2011.06.02 |
BLAST Tabular Output (0) | 2010.09.02 |