Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 984 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 984 Bytes

gneiss

Build Status Coverage Status

Canonically pronouced nice

gneiss is a compositional statistics and visualization toolbox.

Note that gneiss is not compatible with python 2, and is compatible with Python 3.4 or later. gneiss is currently in alpha. We are actively developing it, and backward-incompatible interface changes may arise.

Installation

To install this package, it is recommended to use conda as follows

conda install -c biocore gneiss

You can also install Gneiss via pip

pip install gneiss

To run through the tutorials, you'll need a few more packages, namely seaborn, biom-format and h5py. These packages can be installed with conda as follows

source activate gneiss
conda install seaborn h5py
pip install biom-format