Metadata-Version: 2.0
Name: carveme
Version: 1.2.0
Summary: CarveMe: automated metabolic model reconstruction
Home-page: https://github.com/cdanielmachado/carveme
Author: Daniel Machado, Sergej Andrejev
Author-email: cdanielmachado@gmail.com
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Keywords: carveme
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: framed (==0.5.0)
Requires-Dist: pandas (>=0.20.0)
Requires-Dist: requests (>=2.18)

|License| |PyPI version| |Documentation Status|

CarveMe
=======

CarveMe is a python-based tool for genome-scale metabolic model
reconstruction.

Documentation
~~~~~~~~~~~~~

For more details please check: http://carveme.readthedocs.io/

Instalation
~~~~~~~~~~~

Can be easily installed using **pip**:

::

    pip install carveme

Additionally, you must install diamond and CPLEX (please check the
documentation for details).

Credits and License
~~~~~~~~~~~~~~~~~~~

Developed at the European Molecular Biology Laboratory (2017).

Released under an Apache License.

.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
   :target: https://opensource.org/licenses/Apache-2.0
.. |PyPI version| image:: https://badge.fury.io/py/carveme.svg
   :target: https://badge.fury.io/py/carveme
.. |Documentation Status| image:: http://readthedocs.org/projects/carveme/badge/?version=latest
   :target: http://carveme.readthedocs.io/en/latest/?badge=latest


