Hello all, I’m running Qiime2 version 2024.10 in conda at my lab. They set me up going through the tutorial and I ran into an error - is it because of the versioning?
Command:
qiime feature-table summarize
--i-table table.qza
--m-metadata-file sample-metadata.tsv
--o-summary table.qzv
--o-feature-frequencies feature-frequencies.qza
--o-sample-frequencies sample-frequencies.qza
qiime feature-table tabulate-seqs
--i-data rep-seqs.qza
--o-visualization rep-seqs.qzv
The errors I get are
(1/4?) No such option: --m-metadata-file Did you mean --m-sample-metadata-file?
(2/4?) No such option: --o-summary
(3/4?) No such option: --o-feature-frequencies
(4/4?) No such option: --o-sample-frequencies
It did at least not return an error when I tried the suggested command of –m-sample-metadata-file but I suspect it did not do what I needed. Any help is greatly appreciated!