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

salmon: error while loading shared libraries #247

Open
Liyong-Zhang opened this issue Jan 25, 2023 · 1 comment
Open

salmon: error while loading shared libraries #247

Liyong-Zhang opened this issue Jan 25, 2023 · 1 comment

Comments

@Liyong-Zhang
Copy link

Hello,

I am using TransRate (v1.0.3), which installed through conda (https://anaconda.org/bioconda/transrate) on a Linux machine.

When I try to run transrate --assembly transcriptome.fa --left P1.fa --right P2.fa --threads 32, I got the following error:
Dependencies are missing: - salmon (0.6.0)

While when I check the conda list, it shows salmon (0.6.0) was there:
salmon 0.6.0 1 bioconda

When I cd to conda/env/bin and call salmon directly (./salmon), it shows error:
salmon: error while loading shared libraries: libtbb.so.12: cannot open shared object file: No such file or directory

Any idea how I could fix this? Thanks a lot.

@eggrandio
Copy link

I "fixed" this issue by installing transrate with mamba instead of conda.

mamba install -c bioconda transrate

I hope this works for you.

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