Parallelized short read assembly of large genomes using de Bruijn graphs(link)

1. Download pasha : http://goo.gl/p8CK
2. Install TBB(Intel Threading Building Blocks)
$ sudo apt-get install libtbb*
3. make
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
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
728x90

+ Recent posts