i’m trying to Importing DNA sequence data into QIIME 2 and creating a visual summary. i created the manifest file and insert the sample names into the sample-id column and add the full paths to the sequence files in the absolute-filepath column. i have encounter with this error when i used the manifest file to import the sequences into QIIME 2:
qiime tools import \
--input-path manifest.tsv \ --type 'SampleData[SequencesWithQuality]' \ --input-format SingleEndFastqManifestPhred33V2 \ --output-path se-demux.qza
qiime: command not found
can you please help me with this?