You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error using createPersonalizedModel
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Error in mgPipe (line 223)
parfor i=j:j+endPnt
It's considerable, error occurs after constructing 2 models. I'm using AGORA 2 and its pan models.
My actions:
I have checked dimensions compatibility of microbeNames and abundances.
Since it is a parfor loop, I tried to run it without parallel pool but it's not doable to run sequentially.
Tried to solve the issue on my own by MATLAB 2019b, 2023a - IBM CPLEX V12, V22
Retried to run my code with the latest version of The COBRA Toolbox
Checked that a similar issue has not already been opened
The text was updated successfully, but these errors were encountered:
Hello,
it is hard to tell where the issue is without seeing your data. Would it be possible to share your abundance file with me privately?
Best regards
Dear all,
the issue has been solved. The cause was that the input file with abundances contained taxa both on species and genus level. This should be avoided as it causes namespace issues with the pan-models needed to build the community models. I will add a note to the mgPipe tutorial.
Hello dear Community,
I've faced this error using MgPipe:
Error using createPersonalizedModel
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Error in mgPipe (line 223)
parfor i=j:j+endPnt
It's considerable, error occurs after constructing 2 models. I'm using AGORA 2 and its pan models.
My actions:
I have checked dimensions compatibility of microbeNames and abundances.
Since it is a parfor loop, I tried to run it without parallel pool but it's not doable to run sequentially.
Tried to solve the issue on my own by MATLAB 2019b, 2023a - IBM CPLEX V12, V22
Retried to run my code with the latest version of The COBRA Toolbox
Checked that a similar issue has not already been opened
The text was updated successfully, but these errors were encountered: