Menu

#63 a workaround for mauveAligner: symbol lookup error: mauveAligner: undefined symbol: _ZN6genome10gnSequence10LoadSourceESs

2.1.0
open
nobody
None
5
2020-12-10
2020-12-10
Oren Milman
No

Not sure this is the right place for this, but just wanted to let people know:
After installing mauve using:
conda install -c bioconda mauve

I ran into the following error upon the most simple use case (i.e.: mauveAligner multi_fasta_file_path):
mauveAligner: symbol lookup error: mauveAligner: undefined symbol: _ZN6genome10gnSequence10LoadSourceESs

progressiveMauve had the same problem.

Finally, I managed to find a workaround that allowed me to use progressiveMauve only: I removed the mauve package, and then used:
conda install -c bioconda progressivemauve=snapshot_2015_02_13

Thanks!

Discussion


Log in to post a comment.