Save / Open the Results of Simulation (File I/O)
The result of a simulation is stored in three file types:
- a model file (*.xml; SBML)
- a simulation condition file (*.sim)
- simulation result files (*.txt)
The model file (SBML) has a one-to-one correspondence with the simulation condition file (*.sim).
For example, if you stored the results of two simulations run by model1.xml and newmodel.xml into the "models" directory, the contents of the directory will be:
[models]
+------------model1.xml (SBML)
+------------model1.sim (parameters setting for the model 1)
+------------[model1] (the result folder for the model 1)
+--------------result1.txt (simulation result 1)
+--------------result2.txt (simulation result 2)
+
…………..
+------------newmodel.xml (a new model)
+------------newmodel.sim (parameters setting for the new model)
+------------[newmodel] (the result folder for the new model)
+-----------------result1.txt (simulation result 1)
+-----------------result2.txt (simulation result 2) |
To save a simulation result into files:
- Select Save As from the File menu of ControlPanel.
- Enter the file name for a simulation result and click the save button.
- Then three types of file having extensions ".xml", ".sim", and ".txt" are created.
To open a result saved in files:
- Select Open from the File menu of CellDesigner.
- Select an SBML (.xml) file and click the Open button.
- The corresponding condition (.sim) file and result (*.txt) files are automatically imported so that you can start the ControlPanel and see the result.