Hi friends!
I downloaded the ANCOM-bc according to the install instruction and it seems successfully. However, when I was trying to analysis, Plugin error from ancombc:
'label'
Debug info has been saved to /tmp/qiime2-q2cli-err-y273h2ef.log
Could anyone please help me to figure out what happend?
Detail:
Traceback (most recent call last):
File "/home/haichao/miniconda3/envs/qiime2-2020.6/lib/python3.6/site-packages/pandas/core/indexes/base.py", line 2897, in get_loc
return self._engine.get_loc(key)
File "pandas/_libs/index.pyx", line 107, in pandas._libs.index.IndexEngine.get_loc
File "pandas/_libs/index.pyx", line 131, in pandas._libs.index.IndexEngine.get_loc
File "pandas/_libs/hashtable_class_helper.pxi", line 1607, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas/_libs/hashtable_class_helper.pxi", line 1614, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: 'label'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/haichao/miniconda3/envs/qiime2-2020.6/lib/python3.6/site-packages/q2cli/commands.py", line 329, in call
results = action(**arguments)
File "", line 2, in ancombc
File "/home/haichao/miniconda3/envs/qiime2-2020.6/lib/python3.6/site-packages/qiime2/sdk/action.py", line 245, in bound_callable
output_types, provenance)
File "/home/haichao/miniconda3/envs/qiime2-2020.6/lib/python3.6/site-packages/qiime2/sdk/action.py", line 390, in callable_executor
output_views = self._callable(**view_args)
File "/home/haichao/miniconda3/envs/qiime2-2020.6/lib/python3.6/site-packages/q2_ancombc/_method.py", line 56, in ancombc
for var in variables
File "/home/haichao/miniconda3/envs/qiime2-2020.6/lib/python3.6/site-packages/q2_ancombc/_method.py", line 56, in
for var in variables
File "/home/haichao/miniconda3/envs/qiime2-2020.6/lib/python3.6/site-packages/pandas/core/frame.py", line 2995, in getitem
indexer = self.columns.get_loc(key)
File "/home/haichao/miniconda3/envs/qiime2-2020.6/lib/python3.6/site-packages/pandas/core/indexes/base.py", line 2899, in get_loc
return self._engine.get_loc(self._maybe_cast_indexer(key))
File "pandas/_libs/index.pyx", line 107, in pandas._libs.index.IndexEngine.get_loc
File "pandas/_libs/index.pyx", line 131, in pandas._libs.index.IndexEngine.get_loc
File "pandas/_libs/hashtable_class_helper.pxi", line 1607, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas/_libs/hashtable_class_helper.pxi", line 1614, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: 'label'