Entering edit mode
9.6 years ago
margxenscienculo
▴
50
Good morning.
I am trying to use kmergenie v1.6972. But it is broken when I typed "make"
sudo make
g++ -o minia/Pool.o -c minia/Pool.cpp -O4 -pthread -D_largeint -DKMER_PRECISION=4
make: g++: Command not found
make: *** [minia/Pool.o] Error 127
Firstly I install g++ like the next user told me. But it appears new errors. I have r-base, Rscript installed.
I show the error with make
, make check
and ./kmergenie
make
g++ -o minia/Pool.o -c minia/Pool.cpp -O4 -pthread -D_largeint -DKMER_PRECISION=4
g++ -o minia/Bank.o -c minia/Bank.cpp -O4 -pthread -D_largeint -DKMER_PRECISION=4
In file included from minia/Bank.cpp:21:0:
minia/Bank.h:13:63: fatal error: zlib.h: No such file or directory
#include <zlib.h> // Added by Pierre Peterlongo on 02/08/2012.
^
compilation terminated.
make: *** [minia/Bank.o] Error 1
./kmergenie /home/zhu/File.fq
running histogram estimation
Execution of specialk failed: [Errno 2] No such file or directory
fitting model to histograms to estimate best k
could not predict a best k value
Execution of decide failed (return code 0). If this is a fresh Kmergenie install, try running 'make check'.
make check
g++ -o minia/Bank.o -c minia/Bank.cpp -O4 -pthread -D_largeint -DKMER_PRECISION=4
In file included from minia/Bank.cpp:21:0:
minia/Bank.h:13:63: fatal error: zlib.h: No such file or directory
#include <zlib.h> // Added by Pierre Peterlongo on 02/08/2012.
^
compilation terminated.
make: *** [minia/Bank.o] Error 1
Regards
Thanks. I dont know the option apt-cache. Regards.
Please accept the solutions that worked for you, so the question is automatically marked as solved by the system.
It worked. I accepted. I accept. I edited the title of post.
Under each answer that worked, please click on the check mark. That is how you mark questions as solved, not by editing the title.