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?
I'm using QIIME too and went through the tutorial from Wernerlab. Here I've successfully converted a .biom table into a text file, also with the
biom convert
command. Maybe you can find clarification in the command line there:Cheers, Dennis