convert biom in tsv code example
Example: convert biom to tsv
#Convert OTU table .biom in .tsv in qiime
biom convert -i table.biom -o table.tsv --to-tsv
#Convert OTU table .biom in .tsv in qiime
biom convert -i table.biom -o table.tsv --to-tsv