gymreklab / GangSTR

A tool for profiling long STRs from short reads
GNU General Public License v2.0
85 stars 16 forks source link

GangSTR --help outputs error #104

Open MeiShu00 opened 3 years ago

MeiShu00 commented 3 years ago

Hi,

I am quite new to bioinformatics, i recently tried to install GangSTR via tarball and git clone. I also have cmake(version 3.20.0) libz-dev, libbz2-dev, and liblzma-dev installed.

I believe there are no errors during installing as the last line of output from makeis: [100%] Built target GangSTR

But when i enter GangSTR --help i see the following error: GangSTR: error while loading shared libraries: libhts.so.3: cannot open shared object file: No such file or directory

Not sure if the output of sudo cmake --install . would help but the output are as seen below: -- Install configuration: "" -- Installing: /usr/local/bin/GangSTR -- Set runtime path of "/usr/local/bin/GangSTR" to ""

Do let me know if you need other information. Thank you !