Open Lakshay-sethi opened 3 years ago
Thanks for reporting. We've recently added a new feature (provided by the community) that depends on gsl. Apparently the build system doesn't ignore the absence of gsl headers properly. So I'll keep this issue open until it's fixed.
On a general node: unless you want to modify the source code I would recommend installing Lofreq via the precompiled binaries or via bioconda .
Andreas
I tried to run the make command while following the instructions from readme file. When I encountered this error:
#include "gsl/gsl_randist.h"
not foundIs anyone else also facing this issue?
In order to combact it, I commented the following two lines in
snpcaller.c
#include "gsl/gsl_randist.h"
#include "gsl/gsl_cdf.h"