I ran this code:
createCommModel(comm,options)
comm is a cell array of models that I have run previously so I do not believe that this issue lies with them.
options is a cell array of the biomass reaction names for each model as strings - {["R_biomass345"]} {["R_biomass536"]} {["R_biomass525"]}. I only did spBm because I wanted to try the simplest version of the function at first without adding the optional options.
This was the error:
Error: File: getCobraComParams.m Line: 42 Column: 29
Using the dot operator to index into the output of function 'paramDefault' is not supported.
Error in createCommModel (line 95)
rxnField,metField,geneField,compField,sepUtEx,addExRxns,verbFlag] = getCobraComParams(...
I ran this code:
createCommModel(comm,options)
comm is a cell array of models that I have run previously so I do not believe that this issue lies with them.
options is a cell array of the biomass reaction names for each model as strings - {["R_biomass345"]} {["R_biomass536"]} {["R_biomass525"]}. I only did spBm because I wanted to try the simplest version of the function at first without adding the optional options.
This was the error:
Error: File: getCobraComParams.m Line: 42 Column: 29
Using the dot operator to index into the output of function 'paramDefault' is not supported.
Error in createCommModel (line 95)
rxnField,metField,geneField,compField,sepUtEx,addExRxns,verbFlag] = getCobraComParams(...