美文网首页生信软件札记
bowtie2-build-s: symbol lookup e

bowtie2-build-s: symbol lookup e

作者: 何物昂 | 来源:发表于2021-06-07 08:58 被阅读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)

相关文章

网友评论

    本文标题:bowtie2-build-s: symbol lookup e

    本文链接:https://www.haomeiwen.com/subject/inlteltx.html