Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 717 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 717 Bytes

q2-state-unifrac

Build Status

An implementation of the strided state UniFrac algorithm (manuscript in prep).

Install

To install, first the binary needs to be compiled. This assumes that the HDF5 toolchain and libraries are available. More information about how to setup the stack can be found here.

Assuming h5c++ is in your path, the following should work:

pip install -e . 

Note: if you are using conda we recommend installing HDF5 using the conda-forge channel, for example:

conda install -c conda-forge hdf5