** Please provide a DataFrame with a string-based Index**
Prior to that I had to filter the table, because I got this error:
Plugin error from taxa:
** Feature IDs found in the table are missing from the taxonomy: {‘ebd23dbbb343ab6ae14a9551a6d1f99c’, ‘44c119e00a6c9e7c231fc6d80aebbad7’, ‘a96cbbab429c69110fcfb8fe37322d96’, ‘dba87dd363101fdc91e55538f1eef976’, ‘816303d868f90623bad0db9922d86fb1’, ‘abc84cf134fcbdafc015ce2d173a752a’, ‘3b40488ce4fb31cbcdacfb96ca438714’}**
Uh oh, sounds like maybe you are using sample IDs that consist of numbers. While this is allowed in QIIME 2, it is discouraged because some of the underlying dependencies can't handle numeric sample IDs. See this topic for more details and a workaround:
The issue with the table is that it is totally empty: no samples, no features. I see you filtered the table a couple times; one of these filtering steps must have removed all samples and features.
To debug this issue: you can run qiime feature-table summarize on a feature table to check out the contents… use this on the feature table before each stage of filtering to figure out which step went wrong.
Good luck! Let me know if you figure this out or need more assistance.