convert biom to tsv

C++
#Convert OTU table .biom in .tsv in qiime
biom convert -i table.biom -o table.tsv --to-tsv
Source

Also in C++: