But then when I try to analyze the table I get this error:
Plugin error from diversity:
The provided table object is empty
Debug info has been saved to /var/folders/n8/0xt_lgk564l03t70txcj45xc0000gn/T/qiime2-q2cli-err-5356jqlw.log
It seems the command has filtered out all of my samples. Have I formatted the “–p-where” incorrectly? If so, what’s the correct formatting type? Thank you.
1 Like
thermokarst
(Matthew Ryan Dillon)
assigned thermokarst
#2
Yep, but no worries, these are subtly tricky things to write - I have done this same thing so many times in my own work, too! You have extra quotes around your query column in your where-clause, which causes the underlying database to think you are comparing two strings, instead of searching for a value in a column.