This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Convertion of each bedGraph coverage into bigWig coverage not working

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

1 answer

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

Log in to answer this question.