CSB5 / lofreq

LoFreq Star: Sensitive variant calling from sequencing data
http://csb5.github.io/lofreq/
Other
97 stars 30 forks source link

GLIBC problem during installation #96

Closed sleyn closed 4 years ago

sleyn commented 4 years ago

Hi again. I've solved this problem, but just to let you know.

I failed to install lofreq 2.1.5 through conda or use pre-compiled binaries. The problem seems that on our lab CentOS server have GLIBC 2.17, but LoFreq expects 2.23.

The precompiled binaries produced and error lofreq: /lib64/libm.so.6: versionGLIBC_2.23' not found (required by lofreq)`. Conda installation also failed while testing GLIBC.

Compiling from the source seems work - my test BAM file was processed successfully.

andreas-wilm commented 4 years ago

Hi Semion, yes the precompiled binaries have some remaining dependencies and GLIBC is for sure one of them. My understanding is that the conda installation should work though. You might want to consider filing a bug there or at least ask them. Compilation from source should always work. And since it does I'm closing this for now.