alpha rarefaction curves not showing curves and sample-IDS

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

Hi @weiyanggong2002,
This was a bug that got patched in this release. Please delete this env and reinstall this release and this issue should be fixed.

:turtle:

2 Likes

Thanks for your response, cherman2! I found it due to the Description in sample-metadata.tsv I used '2%’、‘4%’and‘6%’ caused the problem. I changed it with other names for the description and it worked well.

1 Like

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