Is it still possible to convert .biom tables from QIIME to QIIME’s "classic" OTU table format to use with Explicet? I've tried running the command from biom-format.org
biom convert -i table.biom -o table.from_biom_w_taxonomy.txt --to-tsv --header-key taxonomy
but gives back an error:
biom convert: error: no such option: --to-tsv
Any ideas?