**Plugin error from diversity:**
**iteration over a 0-d array**
**Debug info has been saved to /var/folders/n8/0xt_lgk564l03t70txcj45xc0000gn/T/qiime2-q2cli-err-8jpt597y.log**
When I looked at my shannon table, it only has the sample names in it and no numbers in the 2nd column. But I'm not getting any errors when I run alpha diversity. Do you know how I can fix this?
What is the nature of your feature-table? I ask because when I visualized it, there were some funky looking things inside of it. First thing I noticed was that it looks like your feature-table is not a true frequency table but rather some sort of normalized or relative abundances?
I'm using metabolomics data. It seems I filtered incorrectly! After I fixed the issue of losing most of my features, I'm still getting the error. Is alpha diversity unable to run when sequence counts are low?
Glad you got it working @Stephanieorch!
For completeness, I believe the reason why it was failing was because these were non-integer values as per the scikitbio description requirement and not because sequence counts were low per se. So multiplying these to create integers circumvented that.