Hi!
I met a problem when following the post-assembly-QC-workflow: Hands-on: ERGA post-assembly QC / ERGA post-assembly QC / Assembly
Here is the error message when I runed the BlobToolKit within this workflow:
Traceback (most recent call last):
File “/opt/conda/envs/btk_env/bin/blobtools”, line 8, in
sys.exit(cli())
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/blobtools.py”, line 105, in cli
sys.exit(subcommand())
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/lib/add.py”, line 203, in cli
main(args)
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/lib/add.py”, line 149, in main
parsed = field[“module”].parse(
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/lib/hits.py”, line 541, in parse
blast = parse_blast(
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/lib/hits.py”, line 83, in parse_blast
taxid = row[cols[“staxids”]]
IndexError: list index out of range
Here is my history: Galaxy
It seems that this error is related to the output of the diamond in the last step.
Could you help me find a solution? Thank you very mcuh!
Cheers,
Chuan