Metadata-Version: 2.1
Name: pyfastcore
Version: 0.0.2
Summary: A python-based implementation for the context-specific metabolic model extraction methods from Vlassis et al. 2014
Home-page: https://github.com/migp11/pyfastcore
Author: Miguel Ponce de Leon
Author-email: miguel.ponce@gbsc.es
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pyfastcore

A python implementation of the context-specific model extraction method FastCore by Vlassis et al. (2014)

* Vlassis, N., Pacheco, M. P., & Sauter, T. (2014). PLoS Computational Biology, 10(1) [[Full Article]](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003424)

## INSTALATION

You can install pyfastcore using:
`python setup.py install`

of via pip:
`pip install pyfastcore`



## Citation
If you use this package cite:
* Ponce-De-Leon, M. et al. (2015) Consistency Analysis of Genome-Scale Models of Bacterial Metabolism: A Metamodel Approach. PloS one, 10, e0143626.



