How to get a BIOM table from table.qza?

Hi,

I am relatively new to QIIME2. What command line should I use to convert a table.qza file into a BIOM file?

Thanks,
Mingjie

1 Like

Hi @wang51! Check out this section of the exporting tutorial. Basically you’d run something like:

qiime tools export table.qza --output-dir exported-feature-table

In this example, the exported .biom file will be located at exported-feature-table/feature-table.biom.

4 Likes

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