You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with make_biom failing to create the correct format in the json for the taxanomic data.
I want my observation metadata to have the following format in the json. {"id":"GG_OTU_5", "metadata":{"taxonomy":["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Escherichia", "s__"]}}
I have a problem with make_biom failing to create the correct format in the json for the taxanomic data.
I want my observation metadata to have the following format in the json.
{"id":"GG_OTU_5", "metadata":{"taxonomy":["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Escherichia", "s__"]}}
If I run the following code
The result is not the same as the input.
This is causing a number of programs such as phinch to fail to parse the biom file.
The text was updated successfully, but these errors were encountered: