Entering edit mode
3.6 years ago
mropri
▴
160
I am doing some ChIP seq analysis and was trying to convert my bedgraph file to bigwig using bedGraphToBigWig package so I could visualize my peaks in the Genome browser. However, when I run the bedGraphToBigWig command, I get the following error:
bedGraphToBigWig: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
I am confused because I have anaconda installed in the same directory that I am running the command from. Any help is appreciated. Thanks
I installed it to the base environment. Also, I dont have permission on the university cluster I am running the command on to run sudo. Is there another way to go about this or is that it?
Then the only option is to ask the system administrator to install it for you.
How did you install it? Via conda? It should really take care of any dependencies, since libssl is available via conda as well.
I would make a fresh environment and try again, installing into the base environment is generally ill-advised.