No matches found: FeatureData[Sequence]

I installed Qiime2 version 2023.2 via miniconda on a Mac running Ventura.

I was trying to train a classifier using the standard code outlined in the Qiime2 tutorial. However, I encountered the following error:

qiime tools import
--type FeatureData[Sequence]
--input-path sh_refs_qiime_ver9_97_all_29.11.2022_dev.fasta
--output-path unite-ver9-seqs_97_29.11.2022.qza
zsh: no matches found: FeatureData[Sequence]

When I used the command 'qiime tools import --show-importable-formats' the FeatureData[Sequence] option was not on the list.

@kmbecklin,

Try writing that command all on one line without line breaks. Or, type \ just before the end of each but the last line.

Thanks.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.