File: README.md

package info (click to toggle)
python-biom-format 2.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,044 kB
  • sloc: python: 13,624; makefile: 149; sh: 105; javascript: 45
file content (28 lines) | stat: -rw-r--r-- 1,068 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
The Biological Observation Matrix (BIOM) format
===============================================

[![biom-format CI](https://github.com/biocore/biom-format/actions/workflows/python-package-conda.yml/badge.svg)](https://github.com/biocore/biom-format/actions/workflows/python-package-conda.yml)

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](https://conda-forge.org/):

```
$ conda install -c conda-forge biom-format
```

Alternatively, you can install the latest version through [PyPI](https://pypi.org/):

```
$ pip install biom-format
```

Getting help
------------

To get help with biom, please open an issue on the Github [tracker](https://github.com/biocore/biom-format/issues).