-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gurobi error 10010: Model too large for size-limited license #2239
Comments
Hi, |
Thank you very much for your prompt reply! |
Please find the solver installation guide here: |
Does this code need to be changed if I use a "GLPK" or "Mosek" solver ? |
Yes, please check the help section of the changeCobraSolver function. |
Ok, I see. Thank you for your patient guidance! With best wishes! |
When I run:
[reconVersion,refinedFolder,translatedDraftsFolder,summaryFolder] = runPipeline(draftFolder, 'infoFilePath', infoFilePath, 'inputDataFolder', inputDataFolder,'numWorkers', numWorkers, 'reconVersion', reconVersion);
The error is as follows:
Combining metabolite lists: Error using solveCobraLP (line 899)
Gurobi error 10010: Model too large for size-limited license; visit https://www.gurobi.com/free-trial for a full license
Error in optimizeCbModel (line 380)
solution = solveCobraLP(optProblem);
Error in untargetedGapFilling (line 119)
FBA2 = optimizeCbModel(modelExpanded);
Error in runGapfillingFunctions (line 65)
model = untargetedGapFilling(model,osenseStr,database,1,1);
Error in refinementPipeline (line 126)
[model,condGF,targetGF,relaxGF] = runGapfillingFunctions(model,biomassReaction, biomassReaction,'max',database);
Error in runPipeline (line 187)
parfor j=i:i+endPnt
I only entered 50 sbml, but he also said the Model was too large,, what is the reason for this?
Thank you for your reply!
With best wishes!
The text was updated successfully, but these errors were encountered: