https://github.com/karrlab/wc_test
Framework for testing whole-cell knowledge bases and models
https://github.com/karrlab/wc_test
Last synced: 8 months ago
JSON representation
Framework for testing whole-cell knowledge bases and models
- Host: GitHub
- URL: https://github.com/karrlab/wc_test
- Owner: KarrLab
- License: mit
- Created: 2018-05-10T19:29:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T16:57:04.000Z (over 4 years ago)
- Last Synced: 2024-02-22T11:48:12.732Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 998 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.python.org/pypi/wc_test)
[](http://docs.karrlab.org/wc_test)
[](https://circleci.com/gh/KarrLab/wc_test)
[](https://coveralls.io/github/KarrLab/wc_test)
[](https://codeclimate.com/github/KarrLab/wc_test)
[](LICENSE)

# wc_test
Framework for testing whole-cell knowledge bases and models
## Installation
1. Install dependencies
2. Install the latest revision from GitHub
```
pip install git+https://github.com/KarrLab/wc_utils.git#egg=wc_utils[all]
pip install git+https://github.com/KarrLab/obj_tables.git#egg=obj_tables[all]
pip install git+https://github.com/KarrLab/wc_kb.git#egg=wc_kb[all]
pip install git+https://github.com/KarrLab/wc_lang.git#egg=wc_lang[all]
pip install git+https://github.com/KarrLab/wc_model_gen.git#egg=wc_model_gen[all]
pip install git+https://github.com/KarrLab/wc_sim.git#egg=wc_sim[all]
pip install git+https://github.com/KarrLab/wc_test.git#egg=wc_test[all]
```
## Documentation
Please see the [API documentation](http://docs.karrlab.org/wc_test).
## License
The 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, USA.
## Questions and comments
Please contact the [Karr Lab](http://www.karrlab.org) with any questions or comments.