Dear all,
I used the commands for training classifier as flows and the system showed this error “plugin error from feature-classifier: Debug info has been save to /tmp/qiime2-q2cli-err-3unt6el3.log.”
The commands I used:
$ qiime feature-classifier extract-reads --i-sequences 99_otus.qza --p-f-primer AACMGGATTAGATACCCKG --p-r-primer ACGTCATCCCCACCTTCC --p-trunc-len 294 --o-reads ref-seqs.qza
####this command was executed OK
$qiime feature-classifier fit-classifier-naive-ayes --i-reference-reads ref-seqs.qza --i-reference-taxonnomy 99_taxonomy.qza --o-classifier 799F_classifier.qza
Cheers