Skip to content

Commit

Permalink
Merge pull request #146 from Fxe/dev
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
Fxe authored Jul 9, 2024
2 parents d7fce5a + 4845000 commit 1a0a562
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ ________________________________________________________________________
:target: https://pepy.tech/project/modelseedpy
:alt: Downloads

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
:alt: Black


Metabolic modeling is an pivotal method for computational research in synthetic biology and precision medicine. The metabolic models, such as the constrint-based flux balance analysis (FBA) algorithm, are improved with comprehensive datasets that capture more metabolic chemistry in the model and improve the accuracy of simulation predictions. We therefore developed ModelSEEDpy as a comprehensive suite of packages that bootstrap metabolic modeling with the ModelSEED Database (`Seaver et al., 2021 <https://academic.oup.com/nar/article/49/D1/D575/5912569?login=true>`_ ). These packages parse and manipulate (e.g. gapfill missing reactions or calculated chemical properties of metabolites), constrain (with kinetic, thermodynamics, and nutrient uptake), and simulate cobrakbase models (both individual models and communities). This is achieved by standardizing COBRA models through the ``cobrakbase`` module into a form that is amenable with the KBase/ModelSEED ecosystem. These functionalities are exemplified in `Python Notebooks <https://github.com/ModelSEED/ModelSEEDpy/examples>`_ . Please submit errors, inquiries, or suggestions as `GitHub issues <https://github.com/ModelSEED/ModelSEEDpy/issues>`_ where they can be addressed by our developers.

Expand All @@ -33,11 +37,11 @@ Metabolic modeling is an pivotal method for computational research in synthetic
Installation
----------------------

ModelSEEDpy will soon be installable via the ``PyPI`` channel::
PIP (latest stable version 0.4.0)::

pip install modelseedpy

but, until then, the repository must cloned::
GitHub dev build (latest working version)::

git clone https://github.com/ModelSEED/ModelSEEDpy.git

Expand Down

0 comments on commit 1a0a562

Please sign in to comment.