You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on implementation of MILPproblem and some implementation of COBRA Toolbox functions like addLoopLaw and findMinNull. I managed to implement a couple of algorithms to identify loops: those in Schellenberger et al. (2011) and Chan et al. (2017).
In addition, I changed the default free (MI)LP solver from GLPK to HiGHS, which nicely works with Chan's minimal nullspace algorithm(tested with iJR904), which would be helpful to researchers who do not have accessibility to pricy commercial solvers.
See details in my fork: https://github.com/leejm516/COBRA.jl. I would appreciate it if any developers looked into the implementation and gave comments. The codes in src/thermoFBA/loopless.jl looks bit dirty as most of them are direct translation of MATLAB syntax.
I also have some opinions on future work:
Currently, COBRA.jl does not its own interface for reconstruction of metabolic model like cobrapy: in most cases, a MATLAB model should be loaded for FBA. It is necessary to implement another abstract model struct, which is not directly based on matrices and vectors.
The new model struct would necessitate functions to formulate mathematical problem through JuMP. This may be achieved somehow based on nice tutorials in JuMP documentation.
MOI has been changed a lot since I mentioned last time, and I need to check whether current functions based on matrix operations could be simplified without JuMP or not. These functions deserve to survive in the package as legacy functions.
I am not sure how much I can concentrate on the code.. but I'll try.
The text was updated successfully, but these errors were encountered:
Dear all the developers:
I am working on implementation of MILPproblem and some implementation of COBRA Toolbox functions like addLoopLaw and findMinNull. I managed to implement a couple of algorithms to identify loops: those in Schellenberger et al. (2011) and Chan et al. (2017).
In addition, I changed the default free (MI)LP solver from GLPK to HiGHS, which nicely works with Chan's minimal nullspace algorithm(tested with iJR904), which would be helpful to researchers who do not have accessibility to pricy commercial solvers.
See details in my fork: https://github.com/leejm516/COBRA.jl. I would appreciate it if any developers looked into the implementation and gave comments. The codes in src/thermoFBA/loopless.jl looks bit dirty as most of them are direct translation of MATLAB syntax.
I also have some opinions on future work:
I am not sure how much I can concentrate on the code.. but I'll try.
The text was updated successfully, but these errors were encountered: