karel-brinda / rnftools

RNF framework for NGS: simulation of reads, evaluation of mappers, conversion of RNF-compliant data.
http://karel-brinda.github.io/rnftools
MIT License
14 stars 5 forks source link

gnuplot error #74

Open alperyilmaz opened 5 years ago

alperyilmaz commented 5 years ago

When I try to generate report I get the following error:

gnuplot: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

The container has following files

/usr/lib/x86_64-linux-gnu/libjpeg.so.62.2.0
/usr/lib/x86_64-linux-gnu/libjpeg.so.62
/usr/local/lib/libjpeg.so.9.2.0
/usr/local/lib/libjpeg.so.9
/usr/local/lib/libjpeg.so
/usr/local/jre/lib/amd64/libjpeg.so

Looks like gnuplot is looking for older version of libjpeg. As mentioned in #72 the gnuplot might become obsolete if there's any workaround for this problem I'd appreciate it.

karel-brinda commented 5 years ago

Thank you for reporting!