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

Issue with gtfToGenePred #217

Open
simonvh opened this issue Aug 5, 2022 · 1 comment
Open

Issue with gtfToGenePred #217

simonvh opened this issue Aug 5, 2022 · 1 comment

Comments

@simonvh
Copy link
Member

simonvh commented Aug 5, 2022

On some installs genomepy annotation fails:

gtfToGenePred: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

This is likely an error with the ucsc-gtfToGenePred conda package.

I think it can be fixed by making sure the openssl=1 requirement is added:

mamba create -n genomepy genomepy openssl=1
@siebrenf
Copy link
Member

I've seen that error from time to time, but only on the server, and not consistently. Let me know if its reproducible!

The gtfToGenePred bioconda recipe has an unpinned openssl in its requirements, so are you sure we need a pinned older version? (conda-forge has openssl3 for mac/linux, only windows is still stuck on v1)

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

2 participants