Loading

Function to import the ginsim out in Python.

The ginsim output is a special case of MaBoSS format. This parser uses the very specific structure of the ginsim output and not able to parse every MaBoSS file.

maboss.gsparser.load(bnd_filename, *cfg_filenames, **extra_args)[source]

Loads a network from a MaBoSS format file.

Parameters:
  • bnd_filename (str) – Network file
  • cfg_filename (str) – Configuraton file
  • simulation_name (str) – name of the returned Simulation object
Return type:

Simulation