Please can you just tell me how could I use Woltka? Because they just told me to pre-process the data first. I just downloaded whole genome sequence data from the SRA database using the fondue plugin. But what I'm seeing in the Woltka tutorial they have used a .qza file against a taxonomy.qza file.
qiime woltka classify \
--i-alignment align_sam.qza \
--p-target-rank genus \
--i-reference-taxonomy taxonomy.qza \
--o-classified-table table.qza
But I don't have that file yet. Then how could I use Woltka to pre-process my shotgun sequence data?