-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blast problem on ubuntu 22.04 #44
Comments
Hi Benoit, Could you please try to specify the path of your blast executables in the MitoFinder config file ( Finally, you still can try the singularity container of MitoFinder 🙂 Cheers, |
Hi Rémy, Singularity is working very well. I just wanted to let you know some issue with ubuntu 22.04. Creating summary statistics for mtDNA contig 1 Traceback (most recent call last): And nothing is in the folder *_MitoFinder_arwen_Final_Results except the *.infos file. Benoit |
So the problem seems to be the same as here: #41 |
I understood. The problem came from the path of the python2 interpreter. If I change all the "/usr/bin/python" by "/usr/bin/python2" in the *.py files of MitoFinder, then MitoFinder is working as expected. |
Nice, well spotted! |
conda / mamba create -n mitofinder_env python=2.7 cd MitoFinder which python2.7 then use sed sed -i 's|#!/usr/bin/python2|#!ADDTHEPATHHERE|' mitofinder |
Hi Remi,
I have a problem with the makeblastdb available with MitoFinder on ubuntu 22.04:
MitoFinder/blast/bin/makeblastdb: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
I tried made a symbolic link my version of blast but the pipeline doesn't work and I fear it could be because of that (not sure).
Cheers,
Benoit
The text was updated successfully, but these errors were encountered: