Convertion of each bedGraph coverage into bigWig coverage not working
1
1
Entering edit mode
2.9 years ago
naloy ▴ 10

Hi,

I'm getting this error while trying to convert bedGraph to bigWig in windows 10 (Chapter 4: RNA seq by example):

cat ids | parallel "bedGraphToBigWig bam/{}.bg  ${IDX}.fai bam/{}.bw"
bedGraphToBigWig: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
bedGraphToBigWig: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
bedGraphToBigWig: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
bedGraphToBigWig: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
bedGraphToBigWig: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
bedGraphToBigWig: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Please help me.

bigWig bedGraph • 881 views
ADD COMMENT
0
Entering edit mode
2.9 years ago

if needed install the correct SSL library https://zoomadmin.com/HowToInstall/UbuntuPackage/libssl-dev

if needed fix the LD_LIBRARY_PATH https://stackoverflow.com/questions/7148036

ADD COMMENT

Login before adding your answer.

Traffic: 2126 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