Description
When using the pop-up version of the following command
model = readCbModel;
If the user points to the filepath using pop-up/dialog, the function continues to look in the current directory.
Example
Following error is generated, even after pointing to the file in "E:\Box\matlab\celegans\iCEL1273_2.xml"
Error using TranslateSBML
_File E:\Box\matlab\celegans\tissue_GFP\iCEL12732.xml does not exist on this path
Error in readSBML (line 31)modelSBML = TranslateSBML(fileName,0,0,[1 1]);
Error in readCbModel (line 206)model = readSBML(fileName,defaultBound);
Possible fixes
It was implemented in the previous version of the function.
I hereby confirm that I have:
[X] Tried to solve the issue on my own
[X] Retried to run my code with the latest version of The COBRA Toolbox
[X] Checked that a similar issue has not already been opened
Description When using the pop-up version of the following command model = readCbModel; If the user points to the filepath using pop-up/dialog, the function continues to look in the current directory.
Example Following error is generated, even after pointing to the file in "E:\Box\matlab\celegans\iCEL1273_2.xml" Error using TranslateSBML _File E:\Box\matlab\celegans\tissue_GFP\iCEL12732.xml does not exist on this path
Error in readSBML (line 31) modelSBML = TranslateSBML(fileName,0,0,[1 1]);
Error in readCbModel (line 206) model = readSBML(fileName,defaultBound);
Possible fixes It was implemented in the previous version of the function.
I hereby confirm that I have: