I'm trying to upload my taxa bar plot into view.qiime2.org but it keeps rejecting me and giving me the "Aww, snap!" error. I've tried to attach it to this post but it says it's too large (3072 KB). I'm unsure of what the exact issue is because I'm able to upload my pcoa plots to the view page. But, I assuming the issue is that the file is too large. I try to collapse to level 6 or level 2 first but it is giving me an error.
First I run
qiime taxa collapse \
> --i-table reference-hit.qza \
> --i-taxonomy taxonomy.qza \
> --p-level 6 \
> --o-collapsed-table level-6
to collapse to level 6. But when I run
qiime taxa barplot \
> --i-table level-6.qza \
> --i-taxonomy taxonomy.qza \
> --m-metadata-file merge_no_blank2.tsv \
> --o-visualization taxa-bar-plots.qzv
Then I get this error:
Plugin error from taxa:
unhashable type: 'Float64Index'
Debug info has been saved to /var/folders/n8/0xt_lgk564l03t70txcj45xc0000gn/T/qiime2-q2cli-err-jxpjq2jm.log
Thank you!