To edit the model information
- In the Menu, select the Component - Model Information....
- SBML Model Information dialog will popup.
- In Name textbox, enter a new name. Click OK.
- The model name will be stored in the SBML
<model>
tag as
<model metaid="*******" id="*******">
(SBML Level 2 Version 4).
- The size of the model will be stored as
<cellDesigner:modelDisplay sizeX="***" sizeY="***" />
under
<model>
-<annotation>
-<celldesigner:extension>
tags.
Model ID or/and the File Name only accept the following characters:
(_|[a-z]|[A-Z])(_|[a-z]|[A-Z]|[0-9])*.
No blank space is accepted.
This is the SBML convention.
Please note that the name entered at the model creation and the name specified here in SBML Model Information are different.
The name you specified when creating a new model is the file name, whereas the name you specify here is the logical name of the model in the file.