Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcfstreamsort: error while loading shared libraries: libtabixpp.so.0: cannot open shared object file: No such file or directory vcfuniq: error while loading shared libraries: libtabixpp.so.0: cannot open shared object file: No such file or directory #584

Open
shangguan77 opened this issue Mar 1, 2024 · 3 comments

Comments

@shangguan77
Copy link

Hello,I encountered the following problems when using snippy. Has anyone encountered similar problems? snippy is installed with conda.

vcfstreamsort: error while loading shared libraries: libtabixpp.so.0: cannot open shared object file: No such file or directory
vcfuniq: error while loading shared libraries: libtabixpp.so.0: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/home/y17319172851/miniconda3/envs/snippy/bin/vcffirstheader", line 10, in
print(line.strip())
BrokenPipeError: [Errno 32] Broken pipe

@Joshua-Macleod
Copy link

Joshua-Macleod commented Mar 2, 2024

Hi @shangguan77!

A response to issue #566 recommended downgrading vcflib from 1.0.2 to 1.0.1.

If you're using conda, try conda install -c bioconda vcflib=1.0.1

I had the same issue and the above recommendation resolved it.

Hope this helps!

@shangguan77
Copy link
Author

Hi @shangguan77!

A response to issue #566 recommended downgrading vcflib from 1.0.2 to 1.0.1.

If you're using conda, try conda install -c bioconda vcflib=1.0.1

I had the same issue and the above recommendation resolved it.

Hope this helps!

Thank you very much! the installation was successful using your method.

@Shyamili09
Copy link

Shyamili09 commented Apr 12, 2024

Hi, I am having same issue.

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

installed vcflib=1.0.1 as suggeted but still same error exists. I am running snippy on cluster. Please lemme know how to solve it.

Please check versions of snippy and vcflib in my conda env
Screenshot from 2024-04-12 10-53-49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants