Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

The Biological Observation Matrix (BIOM) format

biom-format CI

The BIOM file format (canonically pronounced biome) is designed to be a general-use format for representing counts of observations (e.g., OTUs, KO categories, lipid types) in one or more biological samples (e.g., microbiome samples, genomes, metagenomes).

Further details can be found at http://biom-format.org.

Installation

The easiest way to install the latest version of BIOM-Format is through conda-forge:

$ conda install -c conda-forge biom-format

Alternatively, you can install the latest version through PyPI:

$ pip install biom-format

Getting help

To get help with biom, please open an issue on the Github tracker.