Closed DarioS closed 3 months ago
EDIT (20240905): issue #137 ("Error with link to libhts.a") lists one possible solution to the problem above.
original answer:
Hi, it seems a compling issue related to htslib. Specifically, the libdeflate
may be missing. You may first build "libdeflate" and then pass it to htslib, something like ./configure LDFLAGS='-L/location/of/libdeflate -Wl,-R/location/of/libdeflate'
. For details, you may check out this similar thread.
Alternatively, we highly recommend installing cellsnp-lite via conda to get rid of the compiling issues. conda install -c bioconda cellsnp-lite
Very easy with conda.
Error message is unclear.