This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Pindel during compile : pindel.h:35:24: error: htslib/sam.h: No such file or directory

When I tried to compile Pindel using the following command :

./INSTALL /data/tam/script/samtools-1.5/

The following error (partially) appeared :

pindel.h:34:26: error: htslib/khash.h: No such file or directory
pindel.h:35:24: error: htslib/sam.h: No such file or directory
In file included from refreader.cpp:26:
pindel.h:34:26: error: htslib/khash.h: No such file or directory
pindel.h:35:24: error: htslib/sam.h: No such file or directory
In file included from searcher.cpp:22:
pindel.h:34:26: error: htslib/khash.h: No such file or directory
pindel.h:35:24: error: htslib/sam.h: No such file or directory
In file included from reporter.cpp:32:
pindel.h:34:26: error: htslib/khash.h: No such file or directory
pindel.h:35:24: error: htslib/sam.h: No such file or directory
reader.cpp:29:24: error: htslib/sam.h: No such file or directory
reader.cpp:30:28: error: htslib/kstring.h: No such file or directory
reader.cpp:31:25: error: htslib/kseq.h: No such file or directory
reader.cpp:32:26: error: htslib/khash.h: No such file or directory
reader.cpp:33:26: error: htslib/ksort.h: No such file or directory

Is it I have to add a path to the htslib directory? Use what command?

Thank you!

pindel htslib

Where and how did you get your samtools? There should be a htslib folder in /data/tam/script/samtools-1.5/. Is it not there?

0 answers

No answers yet.

Log in to answer this question.