mapleforest / HaploMerger2

40 stars 6 forks source link

compilation on CentOS7 #14

Open aechchiki opened 6 years ago

aechchiki commented 6 years ago

Hi,

I would like to use Haplomerger2 on our cluster running CentOS 7, but in the 'source code' folder you actually do not provide any code to compile my binary with, just the manual in pdf & the readme file. I tried to use the binaries available in the tar (compiled for CentOS 6), and it failed at step D1 (stage D1, from _D1.initiation.log when converting split fasta files to nib files),:

faToNib: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

Any ideas on how should I proceed?

Many thanks, Amina

aechchiki commented 6 years ago

ok, solved. I found that faToNib had code that I could somehow compile from external source. I did it, so far no issues.