[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![PyPI version](https://badge.fury.io/py/mewpy.svg)](https://badge.fury.io/py/mewpy)
[![Documentation Status](https://readthedocs.org/projects/mewpy/badge/?version=latest)](https://mewpy.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/BioSystemsUM/mewpy.svg?branch=master)](https://travis-ci.org/BioSystemsUM/mewpy)
# MEWpy
MEWpy is an integrated Metabolic Engineering Workbench for strain design optimization. It offers methods to explore different classes of constraint-based models (CBM) for:
- Simulating single organisms: allows to simulate steady-state metabolic models, considering different formulations (e.g., GECKO, ETFL) and kinetic models;
- Evolutionary Computation based strain design optimization by knocking out (KO) or over/under expressing (OU) reactions, genes or enzymes.
- Omics data integration (eFlux, GIMME, iMAT);
- Regulatory Networks integration;
- Microbial Community Modeling: Community simulation and optimization, SMETANA, SteadyCOM;
MEWPy currently supports [REFRAMED](https://github.com/cdanielmachado/reframed) and [COBRApy](https://opencobra.github.io/cobrapy/) simulation environments. The optimization engine relies on either [inspyred](https://github.com/aarongarrett/inspyred) or [jMetalPy](https://github.com/jMetal/jMetalPy) packages.
## Examples
Examples are provided as [jupyter notebooks](https://github.com/vmspereira/MEWpy/tree/vpereira/dev/examples) and as [python scripts](https://github.com/vmspereira/MEWpy/tree/vpereira/dev/examples/scripts).
## Documentation
The package documentation is available at [mewpy.readthedocs.io](https://mewpy.readthedocs.io).
## Instalation
Installing from Pypi package repository:
`pip install mewpy`
Installing from github:
1. clone the repository
`git clone https://github.com/vmspereira/MEWpy.git -b master`
2. run `python setup.py install`
MEWPy requires a compatible linear programming solver, with installed Python dependencies, from the following list:
- [CPLEX](https://www-01.ibm.com/software/commerce/optimization/cplex-optimizer/)
- [GUROBI](http://www.gurobi.com)
- [GLPK](https://www.gnu.org/software/glpk/)
## Cite
If you use MEWpy in your research, please cite:
Vítor Pereira, Fernando Cruz, Miguel Rocha, MEWpy: a computational strain optimization workbench in Python, Bioinformatics, 2021; [https://doi.org/10.1093/bioinformatics/btab013](https://doi.org/10.1093/bioinformatics/btab013)
### Credits and License
Developed by Vítor Pereira and Centre of Biological Engineering, University of Minho. MEWpy received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement number 814408 (2019-2023).
MEWpy is currently mantained by Vítor Pereira.
Released under an Apache License.
Raw data
{
"_id": null,
"home_page": "https://github.com/BioSystemsUM/mewpy/",
"name": "mewpy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "strain optimization",
"author": "Vitor Pereira and BiSBII CEB University of Minho",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e9/5b/c047d9aa116acb8b75c24298c53572bf4f0f1a79af82c5af4f23266f33ce/mewpy-0.1.36.tar.gz",
"platform": null,
"description": "[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![PyPI version](https://badge.fury.io/py/mewpy.svg)](https://badge.fury.io/py/mewpy)\n[![Documentation Status](https://readthedocs.org/projects/mewpy/badge/?version=latest)](https://mewpy.readthedocs.io/en/latest/?badge=latest)\n[![Build Status](https://travis-ci.org/BioSystemsUM/mewpy.svg?branch=master)](https://travis-ci.org/BioSystemsUM/mewpy)\n\n# MEWpy\n\nMEWpy is an integrated Metabolic Engineering Workbench for strain design optimization. It offers methods to explore different classes of constraint-based models (CBM) for:\n\n- Simulating single organisms: allows to simulate steady-state metabolic models, considering different formulations (e.g., GECKO, ETFL) and kinetic models;\n- Evolutionary Computation based strain design optimization by knocking out (KO) or over/under expressing (OU) reactions, genes or enzymes.\n- Omics data integration (eFlux, GIMME, iMAT);\n- Regulatory Networks integration;\n- Microbial Community Modeling: Community simulation and optimization, SMETANA, SteadyCOM;\n\nMEWPy currently supports [REFRAMED](https://github.com/cdanielmachado/reframed) and [COBRApy](https://opencobra.github.io/cobrapy/) simulation environments. The optimization engine relies on either [inspyred](https://github.com/aarongarrett/inspyred) or [jMetalPy](https://github.com/jMetal/jMetalPy) packages.\n\n## Examples\n\nExamples are provided as [jupyter notebooks](https://github.com/vmspereira/MEWpy/tree/vpereira/dev/examples) and as [python scripts](https://github.com/vmspereira/MEWpy/tree/vpereira/dev/examples/scripts).\n\n## Documentation\n\nThe package documentation is available at [mewpy.readthedocs.io](https://mewpy.readthedocs.io).\n\n## Instalation\n\nInstalling from Pypi package repository:\n\n`pip install mewpy`\n\nInstalling from github:\n\n1. clone the repository\n\n`git clone https://github.com/vmspereira/MEWpy.git -b master`\n\n2. run `python setup.py install`\n\nMEWPy requires a compatible linear programming solver, with installed Python dependencies, from the following list:\n\n- [CPLEX](https://www-01.ibm.com/software/commerce/optimization/cplex-optimizer/) \n- [GUROBI](http://www.gurobi.com)\n- [GLPK](https://www.gnu.org/software/glpk/)\n\n## Cite\n\nIf you use MEWpy in your research, please cite:\n\nV\u00edtor Pereira, Fernando Cruz, Miguel Rocha, MEWpy: a computational strain optimization workbench in Python, Bioinformatics, 2021; [https://doi.org/10.1093/bioinformatics/btab013](https://doi.org/10.1093/bioinformatics/btab013)\n\n### Credits and License\n\nDeveloped by V\u00edtor Pereira and Centre of Biological Engineering, University of Minho. MEWpy received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement number 814408 (2019-2023).\n\nMEWpy is currently mantained by V\u00edtor Pereira.\n\nReleased under an Apache License.\n",
"bugtrack_url": null,
"license": "GPL v3 License",
"summary": "MEWpy - Metabolic Engineering in Python",
"version": "0.1.36",
"project_urls": {
"Development": "https://github.com/vmspereira/MEWpy",
"Documentation": "https://mewpy.readthedocs.io",
"Homepage": "https://github.com/BioSystemsUM/mewpy/"
},
"split_keywords": [
"strain",
"optimization"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e95bc047d9aa116acb8b75c24298c53572bf4f0f1a79af82c5af4f23266f33ce",
"md5": "fa9d8d56e9682600ba3b8878be0b169a",
"sha256": "d46b703887dd59cc1f4b5c4851b6fee09cf7147ab93fc6d9a057a283ddcffea7"
},
"downloads": -1,
"filename": "mewpy-0.1.36.tar.gz",
"has_sig": false,
"md5_digest": "fa9d8d56e9682600ba3b8878be0b169a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 22440698,
"upload_time": "2024-06-29T12:43:24",
"upload_time_iso_8601": "2024-06-29T12:43:24.090765Z",
"url": "https://files.pythonhosted.org/packages/e9/5b/c047d9aa116acb8b75c24298c53572bf4f0f1a79af82c5af4f23266f33ce/mewpy-0.1.36.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-29 12:43:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BioSystemsUM",
"github_project": "mewpy",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": []
},
{
"name": "cobra",
"specs": [
[
"<=",
"0.26.2"
]
]
},
{
"name": "reframed",
"specs": []
},
{
"name": "inspyred",
"specs": []
},
{
"name": "jmetalpy",
"specs": [
[
"<=",
"1.5.5"
]
]
},
{
"name": "networkx",
"specs": []
},
{
"name": "matplotlib",
"specs": [
[
"<=",
"3.5.0"
]
]
},
{
"name": "tqdm",
"specs": []
},
{
"name": "joblib",
"specs": []
},
{
"name": "httpx",
"specs": [
[
"~=",
"0.24.0"
]
]
}
],
"tox": true,
"lcname": "mewpy"
}