Hi everyone,
I am using MiDAS database for my classification.
I used the following workflow:
To import ref sequence
qiime tools import
--type FeatureData[Sequence]
--input-path midas-ref.fasta
--output-path midas-ref.qza
Import the taxonomy file.
qiime tools import
--type FeatureData[Taxonomy]
--input-path midas-taxonomy.txt
--output-path midas-taxonomy.qza
--input-format HeaderlessTSVTaxonomyFormat
Train the classifier.
qiime feature-classifier fit-classifier-naive-bayes
--i-reference-reads midas-ref.qza
--i-reference-taxonomy midas-taxonomy.qza
--o-classifier midas-classifier.qza
To classify my data
qiime feature-classifier classify-sklearn
--i-classifier midas-classifier.qza
--i-reads mydata.qza
--o-classification taxonomy-mydata.qza
But I got strange output, I am unable to figure out the problem.
note: qza file for my data is from shotgun metagenomic using Oxford nanopore. fastq files converted to fasta and then to qza.
I hope to get some suggestion ![]()
Thank you
