Hi Everyone,
I’m trying to use the feature-table filter-seqs function, added in qiime2-2020.8.
I’m using this command below:
qiime feature-table filter-seqs
–i-data BR_rep-seqs_nonchim.qza
–m-metadata-file BR_table_nonchim_nonsingle.qza
–o-filtered-data p476_rep-seqs_nonchim_nonsingle.qza
And I had an error:
Plugin error from feature-table:
All features were filtered out of the data.
Debug info has been saved to /tmp/qiime2-q2cli-err-wsjlmt9w.log
What I’m trying to do is filtering my representative sequences in order to remove singletons and doubletons. I did it with my table, but I don´t know how to do it for my sequences.
EXCLUDE SINGLETONS AND DOUBLETONS IN TABLE
qiime feature-table filter-features
–i-table BR_table-nonchim.qza
–p-min-frequency 3
–o-filtered-table BR_table_nonchim_nonsingle.qza