biocore / biom-format

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

Don't sort metadata order #910

Closed peterjc closed 1 year ago

peterjc commented 1 year ago

This appears to fix #907, biom export-metadata did not preserve the metadata key order in the BIOM file.

It may have side effects though - perhaps some existing usage now assumes/expects the sorted behaviour of the metadata_to_dataframe method?