生信软件札记

bowtie2-build-s: symbol lookup e

2021-06-07  本文已影响0人  何物昂

使用conda install -c bioconda bowtie2安装成功后,在用bowtie2-build构建索引时,出现报错

bowtie2-build-s_ undefined symbol_ _ZN3tbb10interface78internal15task_arena_base19internal_initializeEv

我安装指定版本的tbb可以解决我的问题。

conda install tbb=2020.2

做个小更新,这个错误也可以用上面的方式解决

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!

参考: Conda version does not work with most recent tbb version · Issue #336 · BenLangmead/bowtie2 (github.com)

上一篇 下一篇

猜你喜欢

热点阅读