warning in findblockreaction script from cobra
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
i run the findblockreaction script in Cobra
>> blockedReactions = findBlockedReaction(model)
Then i got this warning:
Warning: matlabpool will be removed in a future release.
To query the size of an already started parallel pool, query the 'NumWorkers' property of the pool.
To check if a pool is already started use 'isempty(gcp('nocreate'))'.
The following error occurred converting from cell to double:
Error using double
Conversion to double from cell is not possible.
Error in findBlockedReaction (line 23)
blockedReactions(cnt) = model.rxns(i);
Does anyone know why and how to make it run?
thanks,
1 comentario
Walter Roberson
el 19 de Nov. de 2015
The replacement for matlabpool is parpool if you are just trying to set up the pool size.
The problem you are encountering appears to be unrelated to the matlabpool issue.
Which version of MATLAB are you using?
And which Cobra package are you using? Cobra has been used for many different software packages over the years.
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!