You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
I am getting the error below on compiling htslib on using make and make INSTALL on the cluster...
but when I use make and sudo make INSTALL on personal PC it works well.
Is their a way I can compile htslib without requring the sudo rights?
compilation terminated.
In file included from search_MEI.cpp:15:0:
pindel.h:34:26: fatal error: htslib/khash.h: No such file or directory
#include "htslib/khash.h"
^
compilation terminated.
In file included from search_MEI_util.h:26:0,
from search_MEI_util.cpp:21:
pindel.h:34:26: fatal error: htslib/khash.h: No such file or directory
#include "htslib/khash.h"
^
compilation terminated.
In file included from fn_parameters.cpp:10:0:
pindel.h:34:26: fatal error: htslib/khash.h: No such file or directory
#include "htslib/khash.h"
^
compilation terminated.
In file included from user_defined_settings.cpp:9:0:
pindel.h:34:26: fatal error: htslib/khash.h: No such file or directory
#include "htslib/khash.h"
^
compilation terminated.
In file included from pindel_read_reade