Hello,
I am new to QIIME2 and encountering an issue while performing LEfSe analysis. I ran the lefse_format_input.py script but received the following error message:
Traceback (most recent call last):
File "/home/cbbc/miniconda3/bin/lefse_format_input.py", line 10, in
sys.exit(format_input())
File "/home/cbbc/miniconda3/lib/python3.12/site-packages/lefse/lefse_format_input.py", line 437, in format_input
class_sl, subclass_sl, class_hierarchy = get_class_slices(list(zip(cls['class'], cls['subclass'], cls['subject'])))
File "/home/cbbc/miniconda3/lib/python3.12/site-packages/lefse/lefse_format_input.py", line 163, in get_class_slices
previous_class = data[0][0]
IndexError: list index out of range
Could you please help me identify the issue and suggest a solution? Thank you