-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail to install the graphmap2 v0.6.4 #16
Comments
Hi, What are the steps you used to build the program? Also what is the command you use to map reads to the reference? |
Thanks, @jmaricb. I failed in the "make" step in installing graphmap2 (v0.6.4). The error information is shown above. |
I am not sure why the make command fails, maybe something with the compiler version on your machine. Tell me, are you running the command with '-x rnaseq' parameter? |
Hi, use the previous version of Graphmap: https://github.com/isovic/graphmap There is no difference for the DNA reads in Graphmap2, and the previous version will work. |
Thanks, @jmaricb. I will try to use the previous version. |
Hi, I am trying to install graphmap2 in linux server (ubuntu16.04.12). After successfully executing the "make modual" step, I failed in the "make" step. Here shows the error information:
Makefile:100: "*** WARNING /home/lhs/miniconda3/bin/x86_64-conda-linux-gnu-gcc minor version <7 ***"
mkdir -p obj_linux/codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/
/home/lhs/miniconda3/bin/x86_64-conda-linux-gnu-gcc -static-libgcc -static-libstdc++ -D__cplusplus=201103L -I"./src/" -I"/usr/include/" -I"codebase/seqlib/src/libs/seqan-library-2.0.1/include" -I"codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/" -Icodebase/gindex/src -Icodebase/seqlib/src -Icodebase/argumentparser/src -DRELEASE_VERSION -g -O3 -fdata-sections -ffunction-sections -c -fmessage-length=0 -ffreestanding -fopenmp -m64 -std=c++11 -Werror=return-type -pthread -o obj_linux/codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/utils.o codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/utils.cpp
In file included from codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/divsufsort_private.h:33:0,
from codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/utils.cpp:29:
/usr/include/stdlib.h:759:11: fatal error: bits/stdlib-bsearch.h: No such file or directory
include <bits/stdlib-bsearch.h>
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:128: obj_linux/codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/utils.o] Error 1
Thanks a lot for any help.
The text was updated successfully, but these errors were encountered: