Hello,
I would like to know if there is any update in the newest version of QIIME2 regarding HITDB classifier because when using the following command line
qiime tools import
--type 'FeatureData[Taxonomy]'
--source-format HeaderlessTSVTaxonomyFormat
--input-path HITdb_taxonomy_qiime.txt
--output-path HITdb_taxonomy_qiime.qza
An error message was displayed
No such option: --source-format
Moreover, i will focus on V3-V4 16S rDNA Hypervariables regions, do you know what does 250 in the following command refers to ?
qiime feature-classifier extract-reads
--i-sequences HITdb_sequences.qza
--p-f-primer GTGCCAGCMGCCGCGGTAA
--p-r-primer GGACTACHVGGGTWTCTAAT
--p-trunc-len 250
--o-reads HITdb_sequences_V4.qza
Thanks
.