Open yiranzhimo opened 2 years ago
Thank you for your interesting in GPMM.
Please use our pre-compiled version of cobra:https://github.com/GonghuaLi/extern_tools/blob/main/cobratoolbox-3.0.4_precompiled.rar.
Please install cplex solver and add cplex to matlab path
In FastMM directory: Install FastMM in matlab and run "Insatall", add FastMM to the matlab path, add the . /bin file into env-Path, export PATH="~~your fastamm path/bin:$PATH"
If you are running in linux, set following env: export PATH="your matlab path/R20??/bin:$PATH" export PATH="your cplex path/Cplex/cplex/bin/x86-64_linux:$PATH" export PATH="your matlab path/R20??/bin/glnxa64:$PATH" export PATH="your FastMM path/bin:$PATH"
Test in GPMM directory: load('./data/Recon3_v1.mat') changeCobraSolver('cplex') fluxes = FastMM_FVA(Recon3) optimizeCbModel(Recon3)
---Hope these suggestion can solve your issue.
Gong-Hua Li
Hello, Thank you for your guys' work. But when I running GPMM, something puzzling happened.