biocore / biom-format

The Biological Observation Matrix (BIOM) Format Project
http://biom-format.org
Other
89 stars 95 forks source link

`add-metadata` is representing Taxonomy as np array of byte strings #945

Closed wasade closed 3 months ago

wasade commented 7 months ago

See https://forum.qiime2.org/t/conversion-of-biom-to-tsv-not-working/28907/9

A consequence of this is conversion to TSV is failing

wasade commented 3 months ago

Issue was that Taxonomy was used in the metadata, whereas the code was testing for taxonomy, which affects how the data are parsed and stored.