-
Notifications
You must be signed in to change notification settings - Fork 1
Parasim GUI
Parasim provides an alternate interface to experiments management (via file system and text editor) and analysis (see Parasim CLI) in the form of swing application. This application has one very important feature: Experiments created using its project manager are fully compatible with parasim CLI, i.e. it is possible to create experiments using parasim GUI and execute them in batch using parasim CLI (note: reverse may not apply unless certain naming and placement conventions are maintained).
On unix-like operating systems parasim may be executed using the parasim-gui.sh
script (parasim has to be built).
Note: Parasim is not designed to edit model files, as there are several usable SBML editors. So far, model file may be edited (for its location see naming and placement conventions), however, parasim GUI does not adjust configuration when model is changed, which may result in loss of project integrity when the number of variables (or parameters) is changed.