opencobra / COBRA.jl

High-level, high-performance, constraint-based reconstruction and analysis in Julia
https://git.io/COBRA.jl
Other
60 stars 31 forks source link

How to use the C matrix with Julia #128

Open jialin3299 opened 1 year ago

jialin3299 commented 1 year ago

Hello, when I used the new version of COBRA Toolbox to generate the personalized community model, the C matrix replaced the original A matrix. When I tried to calculate the metabolic flux of C matrix with Julia, the code reported an error, which showed that there was no C matrix in the model. I wonder if the error was caused by the change of the internal structure of the model. Can Julia calculate C matrix now?

ERROR: LoadError: Matrix 'C' dose not exist in 'microbiota_model'.