Hello Linda,
This sounds like a great project!
Have you tried using Greengenes2 with non-v4-16s
, as shown in the main tutorial?
EDIT: This does not make ASVs from your data like other pipelines. Instead, it directly compares your reads against the GG2 database entries, which already have a taxonomy.
Simply counting database hits is also known as 'closed-ref-clustering'.
This has very different tradeoffs than denoising -> taxonomy inference.
While GG2 should work well with a Naive Bayes classifier, using the GG2 plugin
qiime greengenes2 non-v4-16s
is a great place to start and provides a point of comparison.
Keep us posted!