BlueBrain / BluePyMM

Blue Brain Python Cell Model Management
https://bluepymm.readthedocs.io/en/latest/
Other
12 stars 9 forks source link

Dump emodel HOC to intermediate format #9

Open wvangeit opened 7 years ago

wvangeit commented 7 years ago

At the moment the HOC files are generated directly by bluepyopt from the models in memory. To support other backends and analysis, the models should be dumped to an intermediate format.

liesbethvanherpe commented 7 years ago

Is this about the "mecombo_emodel.tsv"-file? Has this already been solved?

wvangeit commented 7 years ago

No, this is about dumping the parameters of models to an intermediate format. But we should probably wait here for a BluePyOpt writer for such intermediate formate (maybe NeuroML ?). If we switch to an API the users have to define to let the model interact with BluePyMM, this will become trivial from bluepymm's side.