You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To elaborate, we would want to use this to execute multiple simulations (with different parameter values or initial conditions) without re-parsing the .bngl file for the model.
Here's the main things we would want
Parse a model file to a data structure that represents the model (this would be a instance of a py-perl5 class)
Use that data structure to execute a simulation (without exporting the data structure to a .bngl file and BNGL2 then parsing that file)
Make basic changes to that data structure for the values of parameters, compartment sizes, and initial counts of species
If BNGL2 already has methods for the above, this might be fairly easy. Instantiating a bridge from Python to BNGL2 and then letting users use whatever API BNGL2 exposes might be sufficient. To make it more user friendly, it might be helpful to wrap this into Python methods rather than asking users to navigate the BNGL2 Perl API.
No description provided.
The text was updated successfully, but these errors were encountered: