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
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.