Closed AgustinPardo closed 3 years ago
Thank you for opening the issue. I'll look into it over the next days.
Hello, I received the same error as AgustinPardo, when I tried to run MEMOTE on the server (https://memote.io/) with a "xml" model: "WorkerLostError: Worker exited prematurely: signal 6 (SIGABRT)"
When running MEMOTE locally using "memote run model.xml", the program doesn't continue at the "test_stoichiometric_consistency" step.
Best regards
A bit off-topic: @Linelili test_stoichiometric_consistency
contains a mixed-integer problem. If you run memote with the default GLPK solver it will take a very long time (or even get stuck). You can avoid this by either using a different solver such as CPLEX or Gurobi or by setting a time-out option with --solver-timeout 30
on the command line.
Hi, Thanks for the answer! But my problem was running the memote web application.
Regards
Hi @Midnighter
thank you very much for the quick reply. I tried both, changing the solver to CPLEX and using the solver-timeout on the command line (alone and in combination). Unfortunately, memote is still not finishing on the command-line.
Nevertheless, I don't want to distract from the MEMOTE web application issue.
I just thought this stoichiometry test might be a hint for the problem in the web application, as I used the same model in the web application and the command line.
@Linelili
You can avoid that step
Look at this issue: https://github.com/opencobra/memote/issues/680#issuecomment-697191654
We are working on improving that test, too, in #701.
@AgustinPardo and @Midnighter thanks for the hints and comments.
@AgustinPardo for me the MEMOTE web application worked now after adding the SBO-term "SBO:0000629" to the Biomass reaction! Maybe this works for you as well?
@AgustinPardo I have just updated the webservice. Please try your model again. Please feel free to re-open the issue if it doesn't work.
Hello,
Problem description
Please explain:
Run MEMOTE server (https://memote.io/) with a "json" model.
I drag the file model to the drag area of the web
I received this error output:
"WorkerLostError: Worker exited prematurely: signal 6 (SIGABRT)"
Screenshot:
Regards