runing a coude for long time without answer

i am trying to run a code 'doıbleGeneDeletion' and it has been 9 hrs and no output come, what is the problem

3 Comments

What Toolbox (or Toolboxes) are you using?
Are you running a specific example?
You may also need to share your code.
i am using Cobratoolbox, i am trying to make anlyasis for the Escherichia coli str. K-12 substr. MG1655 Model: iAF1260, from Bigg database.
My code : solution = optimizeCbModel(model);
% Define method and gene lists
method = 'FBA';
geneList1 = model.genes;
geneList2 = model.genes;
% Call doubleGeneDeletion with correct parameters
[grRatioDble, grRateKO, grRateWT] = doubleGeneDeletion(model, method, geneList1, geneList2, false);
I’m not familiar with The Cobra Toolbox.
Perhaps someone else here is.

Sign in to comment.

Answers (0)

Categories

Find more on Agriculture in Help Center and File Exchange

Products

Release

R2021b

Asked:

on 10 Apr 2024

Commented:

on 10 Apr 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!