-
Notifications
You must be signed in to change notification settings - Fork 12
/
PKG-INFO
58 lines (45 loc) · 1.8 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Metadata-Version: 2.1
Name: mewpy
Version: 0.1.34
Summary: MEWpy - Metabolic Engineering in Python
Home-page: https://github.com/BioSystemsUM/mewpy/
Author: BiSBII CEB University of Minho
Author-email: [email protected]
License: GPL v3 License
Project-URL: Bug Tracker, https://github.com/BioSystemsUM/mewpy/issues
Project-URL: Documentation, https://mewpy.readthedocs.io
Keywords: strain optimization
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cobra
Requires-Dist: inspyred
Requires-Dist: jmetalpy<=1.5.5
Requires-Dist: reframed
Requires-Dist: networkx
Requires-Dist: matplotlib<=3.5.0
Requires-Dist: joblib
Requires-Dist: tdqm
Requires-Dist: httpx<=0.23.0
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:
- Simulation: allows to simulate steady-state metabolic models, considering different formulations (e.g., GECKO, ETFL) and kinetic models;
- Optimization: performs 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 (rFBA, srFBA)
MEWPy currently supports REFRAMED and COBRApy simulation environments.
Documentation
-------------
For documentation and API please check: `https://mewpy.readthedocs.io <https://mewpy.readthedocs.io>`_
Installation
------------
pip install mewpy
Credits and License
-------------------
Developed at:
- Centre of Biological Engineering, University of Minho (2019-)