Hi all,
I'm not seeing any discussion of Visidata on the forum, so I just wanted to bring attention to it because IMO it's a must-have when working with Qiime2 .qza/.qzv files on the command line (and for CLI work more generally). It's one of those tools that you wish you had heard about years ago and can't live without once you start using it.
I'd sort of describe Visidata as Excel for the command line, but it might be even more powerful. It can display, convert, and manipulate pretty much any file format you can think of, and it's super fast.
After installing, you can simply type vd <your_qza_or_qzv_file>
and, without knowing anything about those extensions, it will properly guess that they are zip files and allow you to browse their contents. You can then easily summarize the data, save it in a different format (e.g., save a CSV file as a TSV file), and so much more.
Here's a quick demo of me looking at a FeatureData[DifferentialAbundance] qza file:
And here's a far more compelling demo from almost a decade ago(!) — the tool has come a long way since then.
And a short list of (some) things you can do with Visidata.
I hope it can benefit some people!