Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1012 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1012 Bytes

pyifcb - Imaging FlowCytobot Python API

Overview

This module provides facilities for accessing data generated by the Imaging FlowCytobot. It can read and write IFCB data in various formats, including the instrument's native format, and can serve as the basis of any application that uses IFCB data.

Installation

With pip:

pip install git+https://github.com/joefutrelle/pyifcb

It is strongly recommended that you use a version tag when installing pyifcb. See releases for available version tags.

For example to install pyifcb 1.1.1,

pip install 'git+https://github.com/joefutrelle/[email protected]'

From the latest git commit:

git clone https://github.com/joefutrelle/pyficb
cd pyifcb
pip install .

Documentation

For complete documentation, see this repo's wiki.

Build status