📜  将 biom 转换为 tsv - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:17.561000             🧑  作者: Mango

代码示例1
#Convert OTU table .biom in .tsv in qiime
biom convert -i table.biom -o table.tsv --to-tsv