KarrLab/wc_analysis

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[//]: # ( [![PyPI package](https://img.shields.io/pypi/v/wc_analysis.svg)](https://pypi.python.org/pypi/wc_analysis) )
[![Documentation](https://readthedocs.org/projects/wc-analysis/badge/?version=latest)](http://docs.karrlab.org/wc_analysis)
[![Test results](https://circleci.com/gh/KarrLab/wc_analysis.svg?style=shield)](https://circleci.com/gh/KarrLab/wc_analysis)
[![Test coverage](https://coveralls.io/repos/github/KarrLab/wc_analysis/badge.svg)](https://coveralls.io/github/KarrLab/wc_analysis)
[![Code analysis](https://api.codeclimate.com/v1/badges/fa022b6c68229ea4aef7/maintainability)](https://codeclimate.com/github/KarrLab/wc_analysis)
[![License](https://img.shields.io/github/license/KarrLab/wc_analysis.svg)](LICENSE)
![Analytics](https://ga-beacon.appspot.com/UA-86759801-1/wc_analysis/README.md?pixel)

# wc_analysis

Tools for analyzing whole-cell knowledge bases, models, and simulation results

## Installation

```
pip install git+https://github.com/KarrLab/wc_utils.git#egg=wc_utils
pip install git+https://github.com/KarrLab/obj_tables.git#egg=obj_tables
pip install git+https://github.com/KarrLab/wc_lang.git#egg=wc_lang
pip install git+https://github.com/KarrLab/wc_kb.git#egg=wc_kb
pip install git+https://github.com/KarrLab/wc_analysis.git#egg=wc_analysis
```

## Documentation
Please see the [API documentation](http://docs.karrlab.org/wc_analysis).

## License
This package is released under the [MIT license](LICENSE).

## Development team
This package was developed by the [Karr Lab](http://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai in New York.

## Questions and comments
Please contact the [Karr Lab](http://www.karrlab.org) with any questions or comments.