Hi qiime team,
As I'm trying to calculating unifrac distance between patients diet data, I have met this problem:
Plugin error from diversity: The table does not appear to be completely represented by the phylogeny.
The feature table(with correct feature name and fake data) and the tree are attached
food_cts_fake.qza (527.0 KB)
output_food_tree_datatree.qza (14.3 KB)
The complete error message is below
`Traceback (most recent call last):
File "//anaconda2/envs/qiime2-2019.10/lib/python3.6/site-packages/q2cli/commands.py", line 328, in call
results = action(**arguments)
File "<//anaconda2/envs/qiime2-2019.10/lib/python3.6/site-packages/decorator.py:decorator-gen-373>", line 2, in beta_phylogenetic
File "//anaconda2/envs/qiime2-2019.10/lib/python3.6/site-packages/qiime2/sdk/action.py", line 240, in bound_callable
output_types, provenance)
File "//anaconda2/envs/qiime2-2019.10/lib/python3.6/site-packages/qiime2/sdk/action.py", line 383, in callable_executor
output_views = self._callable(**view_args)
File "//anaconda2/envs/qiime2-2019.10/lib/python3.6/site-packages/q2_diversity/_beta/_method.py", line 86, in beta_phylogenetic
variance_adjusted=variance_adjusted, bypass_tips=bypass_tips)
File "//anaconda2/envs/qiime2-2019.10/lib/python3.6/site-packages/unifrac/_methods.py", line 103, in unweighted
variance_adjusted, 1.0, bypass_tips, threads)
File "unifrac/_api.pyx", line 86, in unifrac._api.ssu
ValueError: The table does not appear to be completely represented by the phylogeny.
Plugin error from diversity:
The table does not appear to be completely represented by the phylogeny.
See above for debug info.`
Can anybody help identify how to resolve this issue?
Angel