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

Problem with delly 1.3.2 via conda #398

Open
IanCodes opened this issue Jan 13, 2025 · 5 comments
Open

Problem with delly 1.3.2 via conda #398

IanCodes opened this issue Jan 13, 2025 · 5 comments
Assignees

Comments

@IanCodes
Copy link

When I try to install delly 1.3.2 via conda I get an error message.

Install:
conda install bioconda::delly=1.3.2

Error:
delly: error while loading shared libraries: libboost_iostreams.so.1.85.0: cannot open shared object file: No such file or directory

If I install 1.3.1 it works OK.

Are there any major differences using 1.3.1 rather than 1.3.2?

Thank you.

@tobiasrausch
Copy link
Member

I bumped the delly version, which triggers a new bioconda built. Can you please try v1.3.3 ?

@tobiasrausch tobiasrausch self-assigned this Jan 15, 2025
@IanCodes
Copy link
Author

It still does not work for me:
delly: error while loading shared libraries: libboost_iostreams.so.1.85.0: cannot open shared object file: No such file or directory

I used:
bioconda/linux-64::delly-1.3.3-h4d20210_0

@tobiasrausch
Copy link
Member

Hmm, strange. The bioconda delly recipe specifies boost as a dependency. What happens if you explicitly also installs boost?

conda install ... delly boost-cpp

or

conda install ... delly boost

@tobiasrausch
Copy link
Member

tobiasrausch commented Jan 17, 2025

I also always release static binaries. These are maybe the easiest option:

wget https://github.com/dellytools/delly/releases/download/v1.3.3/delly_v1.3.3_linux_x86_64bit
chmod a+x delly_v1.3.3_linux_x86_64bit
./delly_v1.3.3_linux_x86_64bit

@IanCodes
Copy link
Author

Thank you, I did start using the static binary once I realised it was there.

I tried additionally adding boost-cpp (conda report it already present), and boost (installed v1.78.0 along with other packages).
I got the same error.

Is there a changelog for the different versions of delly?

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