Hello!
I'm using the new greengenes2 plugin with qiime2-2023.2 to process v4 microbiome data. Data have gone through demux and denoise processes. I used the following code and came across this error:
qiime greengenes2 filter-features
--i-feature-table table.qza
--i-reference 2022.10.taxonomy.asv.nwk.qza
--o-filtered-feature-table table.filtered.qza
Saved FeatureTable[Frequency] to: table.filtered.qza
qiime greengenes2 taxonomy-from-table
--i-reference-taxonomy 2022.10.taxonomy.asv.nwk.qza
--i-table table.filtered.qza
--o-classification gg2.taxonomy.qza
Plugin error from greengenes2:
No requested tips found
Debug info has been saved to /var/folders/9n/q0zly08x30l1bfz2vybrjwd40000gn/T/qiime2-q2cli-err-_ofz3oc4.log
I also tried a few other methods and got the same error:
qiime greengenes2 taxonomy-from-features
--i-reference-taxonomy 2022.10.taxonomy.asv.nwk.qza
--i-reads rep-seqs.qza
--o-classification gg2.taxonomy.qza
Plugin error from greengenes2:
No requested tips found
Debug info has been saved to /var/folders/9n/q0zly08x30l1bfz2vybrjwd40000gn/T/qiime2-q2cli-err-_euwvm4l.log
wget http://ftp.microbio.me/greengenes_release/2022.10/2022.10.taxonomy.md5.nwk.qza
qiime greengenes2 filter-features
--i-feature-table table.qza
--i-reference 2022.10.taxonomy.md5.nwk.qza
--o-filtered-feature-table table.filtered2.qza
Saved FeatureTable[Frequency] to: table.filtered2.qza
qiime greengenes2 taxonomy-from-table
--i-reference-taxonomy 2022.10.taxonomy.md5.nwk.qza
--i-table table.filtered2.qza
--o-classification gg2.taxonomy.qza
Plugin error from greengenes2:
No requested tips found
Debug info has been saved to /var/folders/9n/q0zly08x30l1bfz2vybrjwd40000gn/T/qiime2-q2cli-err-6r_1w9xc.log
I would appreciate any recommendations!