EvolBioInf / fur

Find Unique genomic Regions
29 stars 3 forks source link

Package error in docker image: fur: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory #6

Open minhtrung1997 opened 2 years ago

minhtrung1997 commented 2 years ago

Hi author, I just download tutorial data and follow the exact step of document fur.pdf. When I run docker sudo docker container run -v <Tutorial_data_place> --detach-keys="ctrl-@" -h fox -it haubold/fox and run

fur -d furDb > tmpl.fasta It presents the error message above even when I type fur and enter it still errs like that

haubold commented 2 years ago

Thank you for pointing out this error. I had tried to make the docker image as small as possible and in so doing had unfortunately also removed essential libraries, including the Gnu Scientific Library, which caused the error you saw. I have now fixed this, the latest version of haubold/fox should work.

minhtrung1997 commented 2 years ago

Many thanks, I'll try them today ^^