Hi Tim,
Thank you very much for your answer. Installing MatLab 2020b solved the crashing issue and right now I am able to execute some functions.
Unfortunately, I'm still having errors in executing the functions BiomassPrecursorCheck and mtFVA.
>> testBiomassPrecursorCheck
Cofactors in the biomass reaction that CAN be synthesized:
G -> H
Cofactors in the biomass reaction that CAN be synthesized:
G -> H
Cofactors in the biomass reaction that CANNOT be synthesized:
G -> H
Each model.subSystems{x} is a character array, and this format is retained.
Cofactors in the biomass reaction that CAN be synthesized:
atp[c] -> adp[c]
nad[c] -> nadh[c]
nadph[c] -> nadp[c]
accoa[c] -> coa[c]
Cofactors in the biomass reaction that CANNOT be synthesized:
metTest1[c] -> metTest2[c]
Atom mappings found for 4 model reactions.
Generating atom transition network for reactions with atom mappings.
Cofactors in the biomass reaction that CAN be synthesized:
thbpt[c] -> dhbpt[c]
Reference to non-existent field 'Edges'.
Error in identifyConservedMoieties (line 168)
rxnAtomMappedBool = ismember(model.rxns,dATM.Edges.Rxn); % True for reactions included in dATM
Error in biomassPrecursorCheck (line 121)
EMV = identifyConservedMoieties(model, ATN);
Error in testBiomassPrecursorCheck (line 164)
[missingMets, presentMets, coupledMets, missingCofs, presentCofs] = biomassPrecursorCheck(model, 1, 1, ATN);
>> testMtFVA
> changeCobraSolver: IBM ILOG CPLEX interface added to MATLAB path.
> isCompatible: The solver compatibility cannot be verified with MATLAB R2020b.
Each model.subSystems{x} is a character array, and this format is retained.
Testing flux variability analysis using mtFVA
Testing flux variability for the following reactions:
Columns 1 through 14
{'PGI'} {'PFK'} {'FBP'} {'FBA'} {'TPI'} {'GAPD'} {'PGK'} {'PGM'} {'ENO'} {'PYK'} {'PPS'} {'G6PDH2r'} {'PGL'} {'GND'}
Columns 15 through 19
{'RPI'} {'RPE'} {'TKT1'} {'TKT2'} {'TALA'}
Compiling JAVA classes.
'javac' is not recognized as an internal or external command,
operable program or batch file.
Error using mtFVA (line 42)
Cannot call JAVA compiler; please check if 'javac' is available on your system.
Error in fluxVariability (line 498)
[fvalb, fvaub]= mtFVA(LPproblem, [columnVector(Order(~maxSolved)); columnVector(-Order(~minSolved))], solverVarargin.LP{1});
Error in testMtFVA (line 31)
[minFluxS2, maxFluxS2] = fluxVariability(model, 90, 'max', rxnNames, 0, true, 'FBA', struct(), 0, 1, j, 1);
Did anyone have similar problems with these functions?
All the best,
Vitor