I am running the comment below:
qiime diversity alpha-rarefaction
--i-table ./DADA2_denoising_output/table.qza
--p-min-depth 5000 –p-max-depth 50000
--p-steps 10
--p-metrics shannon simpson dominance observed_features chao1 faith_pd michaelis_menten_fit
--i-phylogeny ./phylogenetic_tree/rooted_tree.qza --m-metadata-file metadata_new.tsv
--o-visualization alpha_rarefaction/rarefaction_curves_5000.qzv
And the the following error:
Plugin error from diversity:
Parameter 'metrics' received {'chao1', 'faith_pd', 'shannon', 'michaelis_menten_fit--i-phylogeny', './phylogenetic_tree/rooted_tree.qza', 'simpson', 'observed_features', 'dominance'} as an argument, which is incompatible with parameter type: Set[Str % Choices('ace', 'berger_parker_d', 'brillouin_d', 'chao1', 'dominance', 'doubles', 'enspie', 'faith_pd', 'fisher_alpha', 'gini_index', 'goods_coverage', 'heip_e', 'lladser_pe', 'margalef', 'mcintosh_d', 'mcintosh_e', 'menhinick', 'michaelis_menten_fit', 'observed_features', 'pielou_e', 'robbins', 'shannon', 'simpson', 'simpson_e', 'singles')]
Debug info has been saved to /tmp/qiime2-q2cli-err-ly448mbd.log
Thanks for you help!