Plugin error from diversity analysis

Hello,

I am new in qiime. When I enter "qiime diversity core-metrics-phylogenetic --i-phylogeny rooted_tree.qza --i-table table.qza --p-sampling-depth 2500 --m-metadata-file metadata.tsv --output-dir core_metrics_results" command, following error occured

Plugin error from diversity:

None of the sample identifiers match between the metadata and the coordinates. Verify that you are using metadata and coordinates corresponding to the same dataset.
Attached metadata tsv
my metadata.tsv (971 Bytes)

thanks in advance
arne

Hi @arne,

Welcome to the :qiime2: forum!

I would recommend using qiime feature-table summarize to look at the sample IDs in your table and the sequencing depth. You need to verify those match with your metadata, otherwise almost nothing will work.

Looking at your metadata, you will also (eventually) want to add some information that's more relevant to your biological question.

Best,
Justine

Justine Thanx for the prompt answer.
It worked

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.