-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
PythonBug or fix related to the Python scripts.Bug or fix related to the Python scripts.
Description
Hi,
I have compiled a DIAMOND database from the current RefSeq database, but apparently the script DIAMOND_analysis_counter.py get stuck at one line.
Do you have any idea if I need to do any preprocessing of the database before starting DIAMOND_analysis_counter.py
Traceback (most recent call last):
File "samsa2/python_scripts/DIAMOND_analysis_counter.py", line 151, in <module>
if split_db_org[1] == "sp.":
IndexError: list index out of range
line 162, in <module>
db_org = split_db_org[1] + " " + split_db_org[2]
IndexError: list index out of range
Best, Michael
Metadata
Metadata
Assignees
Labels
PythonBug or fix related to the Python scripts.Bug or fix related to the Python scripts.