Hello all,
I’m training a classifier with the SILVA 99% OTUs dataset and have a plugin error when I run the feature-classifier fit. I used the unaligned reference sequences. Has anyone else had this problem?
Here is the pipeline:
qiime tools import
–type ‘FeatureData[Sequence]’
–input-path silva132_99.fna
–output-path 99_otus.qza
qiime tools import
–type ‘FeatureData[Taxonomy]’
–source-format HeaderlessTSVTaxonomyFormat
–input-path consensus_taxonomy_all_levels.txt
–output-path ref-taxonomy.qza
qiime feature-classifier extract-reads
–i-sequences 99_otus.qza
–p-f-primer GTGYCAGCMGCCGCGGTAA
–p-r-primer GGACTACNVGGGTWTCTAAT
–o-reads ref-seqs.qza
qiime feature-classifier fit-classifier-naive-bayes
–i-reference-reads ref-seqs.qza
–i-reference-taxonomy ref-taxonomy.qza
–o-classifier classifier_silva_99_trimmed.qza
Plugin error from feature-classifier:
Debug info has been saved to /tmp/qiime2-q2cli-err-1iyh64p2.log
Thanks!