Can not open qzv file, no response for a long time

Recently I got some .qza files from our bioinformatics faculty, but after I converted the .qza file to .qzv, I could not open .qzv file because the browser showed no response for a long time. Is that because the file is too big? The qza file is 3.6 MB and the qzv file is 5.4 MB. However, I can open another .qzv file which is 10MB using the same code.
(I've updated qiime2 to the newest version, but it didn't help.)


Here's the code I'm using:

qiime metadata tabulate \
--m-input-file all_league_table.qza \
--o-visualization all_league_table.qzv

qiime tools view all_league_table.qzv

And here's the information of my computer and system:

It looks like I have used a wrong way to convert the qza file to qzv file


Currently I'm using the code below to convert it to a qzv file:

qiime feature-table summarize \
    --i-table all_league_table.qza \
    --o-visualization all_league_table.qzv

Seems failed again

I tried it again and :
image

Can you now open the qzv after the last time it successfully made the visualization?

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