Skip to content

Commit 43770ce

Browse files
committed
readne
1 parent 311563e commit 43770ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ ________________________________________________________________________
2525
:target: https://pepy.tech/project/modelseedpy
2626
:alt: Downloads
2727

28+
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
29+
:target: https://github.com/ambv/black
30+
:alt: Black
31+
2832

2933
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.
3034

@@ -33,11 +37,11 @@ Metabolic modeling is an pivotal method for computational research in synthetic
3337
Installation
3438
----------------------
3539

36-
ModelSEEDpy will soon be installable via the ``PyPI`` channel::
40+
PIP (latest stable version 0.4.0)::
3741

3842
pip install modelseedpy
3943

40-
but, until then, the repository must cloned::
44+
GitHub dev build (latest working version)::
4145

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

0 commit comments

Comments
 (0)