SNV expectation maximisation based mutation calling algorithm aimed at detecting somatic mutations in paired (tumour/normal) cancer samples. Supports both bam and cram format via htslib
Hi
I am trying to install Caveman1.14.0 usign the following command
make HTSLOC="/Libraries/samtools-1.15/htslib-1.15/"
and I get the following error
In file included from src/algos.c:34:
src/algos.h:42:10: fatal error: Math.h: No such file or directory
42 | #include "Math.h"
| ^~~~
compilation terminated.
make: *** [src/algos.o] Error 1
Do you have any advise on how to overcome this issue?
Hi I am trying to install Caveman1.14.0 usign the following command make HTSLOC="/Libraries/samtools-1.15/htslib-1.15/" and I get the following error
In file included from src/algos.c:34: src/algos.h:42:10: fatal error: Math.h: No such file or directory 42 | #include "Math.h" | ^
~~~ compilation terminated. make: *** [src/algos.o] Error 1Do you have any advise on how to overcome this issue?
Best wishes Avraam