we develop a high-quality cross-species metabolic network (CSMN) model and a quantitative heterologous pathway design algorithm (QHEPath) to predict the potential for improvement in product pathway yield in different species. This algorithm can compute calculate multiple suboptimal and optimal pathways for the target product.
To create a stand-alone environment named qhepath with Python and all the required package versions, run the following code:
$ conda create -n qhepath python=3.6.13
$ conda activate qhepath
$ pip install ipykernel
$ python -m ipykernel install --user --name qhepath --display-name "qhepath"
$ pip install -r requirements.txt
- quality_control_workflow.ipynb
- example:
- chassis:iML1515 (E. coli)
- substrate: glc__D_c (Glucose)
- product: ac_c (Acetate)
- number of optimization: 10
$ python pathway_calculation.py iML1515 glc__D_c ac_c 10