conversion .qza to .biom

Dear all,
Which commands should I use to convert a qza file to a biom one?
Thanks in advance for your help.
Faiga

Hi!
directory for Biom file:

mkdir Biom

Export table to biom

qiime tools export \
    --input-path table.qza \
    --output-path Biom/

Optional! If you want to convert to .tsv:

biom convert -i Biom/feature-table.biom -o Biom/feature-table.tsv --to-tsv

3 Likes

Thank you very much!
Best

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