Entering edit mode
6.6 years ago
kabir.deb
▴
90
I have installed BUSCO in my Ubuntu 16.04, according to the manual
but when I run run_BUSCO.py
it was showing
line 26, in <module> from pipebricks.PipeLogger import PipeLogger ModuleNotFoundError: No module named 'pipebricks'
What should I do for solving this problem?
See if this is applicable: https://gitlab.com/ezlab/busco/issues/27
Thank yo so much @genomax for your suggestion, but now I'm stuck in the new problem, I was running BUSCO
Command Line:
Error Message:
Thanks in advance.
Where is the program
augustus
on your computer? Are you able to locate it bywhich -a augustus
? If you see it then add it to your$PATH
by doingexport PATH=$PATH:/path_to_augustus
.