Closed francicco closed 4 years ago
Hello @francicco ,
This appears to be a problem with the htslib dependencies, specifically liblzma which was not found.
Can you test whether the htslib compilation and installation worked well, e.g. whether the ../../htslib/tabix
and ../../htslib/bgzip
executables function properly?
Cheers,
Daniel
@francicco I had the same issue, but managed to solve it by adding
-llzma -lbz2
to the LIBS
variable in src/Makefile
, line 6. Check my changes in https://github.com/dahlo/WiggleTools
@dahlo: Thanks for that, could you please send us a PR?
Apologies for the slow response, commit merged in.
Hi,
I'm getting this error when trying to run the
make
:Any help? Thanks a lot F