Hello,
I'm trying to filter out to samples out of my analysis by sampleID. I used the command:
qiime feature-table filter-samples \ [12:43pm]
--i-table table.qza
--m-metadata-file meta-data.tsv
--p-where "#SampleID IN ('C', 'P0048')"
--p-exclude-ids
--o-filtered-table table.qza
and got this error:
Plugin error from feature-table:
Incorrect number of bindings supplied. The current statement uses 1, and there are 0 supplied.
What is the problem?
could it be because I didn't include my metadata file in the demultiplexing? I've noticed that I can use the metadata file for other commands like diversity and such - so I guess it should work here as well.
any suggestions?
thanks ahead