When I am trying to plot my alpha rarefaction curves use code below, it produced a alpha-rarefaction.qzv file opened by qiime2 view(https://view.qiime2.org/)but shows no curves and sample ID.
Code:
qiime diversity alpha-rarefaction
--i-table renamed-feature-table.qza
--p-max-depth 72400 \
--p-steps 20
--p-iterations 10
--m-metadata-file sample-metadata.tsv
--o-visualization alpha-rarefaction.qzv
alpha-rarefaction.qzv (324.0 KB)
--p-max-depth 72400 \ # tried others numbers such as 2000, 10000 but it also did not work
System versions
Python version: 3.9.19
QIIME 2 release: 2024.5
QIIME 2 version: 2024.5.0
q2cli version: 2024.5.0