You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/opt/sw/graftm/0.13.1/bin/graftM", line 415, in <module>
Run(args).main()
File "/opt/sw/graftm/0.13.1/lib/python3.7/site-packages/graftm/run.py", line 613, in main
self.graft()
File "/opt/sw/graftm/0.13.1/lib/python3.7/site-packages/graftm/run.py", line 388, in graft
diamond_db
File "/opt/sw/graftm/0.13.1/lib/python3.7/site-packages/graftm/timeit.py", line 10, in timed
result = method(*args, **kw)
File "/opt/sw/graftm/0.13.1/lib/python3.7/site-packages/graftm/sequence_searcher.py", line 849, in aa_db_search
output_search_file,
UnboundLocalError: local variable 'output_search_file' referenced before assignment
If I run the code with search method diamond it seems to work.
The text was updated successfully, but these errors were encountered:
Hi,
I am using your search tool in my research, thank you.
I encountered an error during executing the following command.
The program aborts with an error.
If I run the code with search method
diamond
it seems to work.The text was updated successfully, but these errors were encountered: