Great!
This should help:
That is, Bacteria, Archaea, and Eukaryota are present. Eukaryotes, can be detected either by the mitochondrial / chloroplast 16S rRNA gene and/or the 18S rRNA gene.
So, even though you've removed plastid sequences (i.e. mitochondria and chloroplast), any 18S off-targets may remain. It is quite common for Bacterial & Archaeal specific primers to amplify eukaryote off-target sequences. Simply add "Eukaryota" to your exclusion list if you are only interested in Bacteria and Archaea like so:
Also, keep in mind that the QIIME formatted SILVA files provided by QIIME 2020.2
and earlier, differed in their preparation. Additionally, taxonomic and sequence curation can change between SILVA versions. You can read the original README file contained within the Silva_132_release.zip
located here. However, you can use RESCRIPt to download and format fresh copy of SILVA 132 that is inline with similar processing of later :qiime2: releases. You can run the following to obtain the data and process how you'd like with RESCRIPt:
qiime rescript get-silva-data \
--p-version 132 \
--p-target SSURef_NR99 \
--p-include-species-labels \
--output-dir silva-132
-Mike