Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slavailn/fe781db5ad66aa4e5f9c1b2251139d9c to your computer and use it in GitHub Desktop.
Save slavailn/fe781db5ad66aa4e5f9c1b2251139d9c to your computer and use it in GitHub Desktop.
In one of the conda environments I encountered the a bowtie2 installation problem breaking RSEM run.
The solution to the problem is described in the following Biostars post:
https://www.biostars.org/p/494922/
See the post content below:
```
$ conda create -n bttest -c bioconda bowtie2
$ conda activate bttest
$ bowtie2
~/.conda/envs/bttest/bin/bowtie2-align-s: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory
(ERR): Description of arguments failed!
Exiting now ...
```
The solution is to downgrade the tbb version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment