brentp / smoove

structural variant calling and genotyping with existing tools, but, smoothly.
Apache License 2.0
231 stars 21 forks source link

lumpy_filter: error while loading shared libraries: libcrypto.so.1.0.0 #147

Closed DanielOsmond closed 3 years ago

DanielOsmond commented 3 years ago

Hi,

I downloaded Smoove using miniconda3 onto my local user space due to not having access to docker on my institution's system. When I run Smoove I get the error message:

lumpy_filter: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

After some searching around I've tried locally installing openSSH v1.0.0 and calling that in my bash script but still get the same error message. I've also tried installing smoove locally from the binaries but can't seem to get the package built from the smoove.go file.

If you'd be able to offer a solution to the libcrypto error or instructions on installing from binaries then I'd be most grateful!

Thank you in advance for the time, Dan.