bedGraphToBigWig
1
2
Entering edit mode
3.0 years ago
mropri ▴ 150

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

Seq ChIP • 2.0k views
ADD COMMENT
0
Entering edit mode
3.0 years ago

Did you install bedGraphToBigWig utility with conda as well? If not, this should fix it:

sudo apt-get update
sudo apt-get install libssl1.0.0 libssl-dev

If you did install via conda, did you install into base or an environment you created?

ADD COMMENT
0
Entering edit mode

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?

ADD REPLY
0
Entering edit mode

Then the only option is to ask the system administrator to install it for you.

ADD REPLY
0
Entering edit mode

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.

ADD REPLY

Login before adding your answer.

Traffic: 2498 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6