I ran the whole qiime pipeline and I am seeing an issue here, and I am not sure why this is happening. For example, lets take ASVID e4326e04a50bad416b5aa32620852cbd (BLAST result)
But when I run the command
qiime feature-classifier classify-sklearn
--i-classifier /home/anaqib/References/qiime2_2023_5/silva-138-99-nb-classifier.qza
--i-reads dada2-ccs_rep_filtered_v1.qza
--o-classification dada2-ccs_classified_filtered_v1.qza
--verbose
&> DADA2_classifier.log
The output for the same ASV comes as:-
Feature ID | Taxon | Confidence |
---|---|---|
e4326e04a50bad416b5aa32620852cbd | d__Archaea; p__Aenigmarchaeota; c__Deep_Sea_Euryarchaeotic_Group(DSEG); o__Deep_Sea_Euryarchaeotic_Group(DSEG); f__Deep_Sea_Euryarchaeotic_Group(DSEG); g__Deep_Sea_Euryarchaeotic_Group(DSEG); s__uncultured_archaeon | 0.712582 |
Any clue why this is happening? Any hekp would be really appreciated. Thank you.