simoncchu / GAPPadder

GAPPadder is tool for closing gaps on draft genomes with short sequencing data
27 stars 7 forks source link

Unable to make TERefiner. #14

Open vasudhajain29 opened 2 years ago

vasudhajain29 commented 2 years ago

I am trying to make TERefiner using the following command:

cd TERefiner  &&  make  &&  cd ..

but i get:

./bam_parse.h:4:10: fatal error: 'api/BamReader.h' file not found

I have tried installing bamtools and changing its path in TERefiner Makefile. But still facing the similar issue.

PLease help.