Hi,
I was wondering about which database should we use for ITS sequence analysis, UNITE or UNITE+INSD dataset?
Is the UNITE+INSD dataset stable?
Secondly, I got an error while training the UNITE database
qiime tools import --type 'FeatureData[Sequence]' --input-path sh_refs_qiime_ver8_dynamic_s_02.02.2019_dev.fasta --output-path unite.qza
Imported sh_refs_qiime_ver8_dynamic_s_02.02.2019_dev.fasta as DNASequencesDirectoryFormat to unite.qza
qiime tools import --type 'FeatureData[Taxonomy]' --input-format HeaderlessTSVTaxonomyFormat --input-path sh_taxonomy_qiime_ver8_dynamic_s_02.02.2019_dev.txt --output-path unite-taxonomy.qza
Imported sh_taxonomy_qiime_ver8_dynamic_s_02.02.2019_dev.txt as HeaderlessTSVTaxonomyFormat to unite-taxonomy.qza
qiime feature-classifier fit-classifier-naive-bayes --i-reference-reads unite.qza --i-reference-taxonomy unite-taxonomy.qza --o-classifier classifier.qza
Plugin error from feature-classifier:
Invalid characters in sequence: ['a', 'c'].
Valid characters: ['Y', 'N', 'S', 'R', 'A', 'T', 'H', 'G', '-', 'M', 'D', '.', 'W', 'V', 'K', 'C', 'B']
Note: Use `lowercase` if your sequence contains lowercase characters not in the sequence's alphabet.
Debug info has been saved to /tempFolder/qiime2-q2cli-err-n5gln933.log