fhormoz / caviar

50 stars 24 forks source link

Question about #28

Open EchoLee0925 opened 2 years ago

EchoLee0925 commented 2 years ago

When I run the order ./CAVIAR -l snp_ld.txt -z snp_z.csv -o snp_result, the log result showed " the CAVIAR: error while loading shared libraries: liblapack.so: cannot open shared object file: No such file or directory". How to fix it? BTW, is there a software documentation to explain how to use the caviar? Because I can't to open the ucla website, can you send a email for the documentation to liwenchao1994@126.com?

fhormoz commented 2 years ago

Can you check the following:

sudo apt-cache search liblapack.so

if it could not find it then try to install it:

sudo apt-get install libatlas3-base