openworm / CElegansNeuroML

NeuroML based C elegans model, contained in a neuroConstruct project, as well as c302
http://opensourcebrain.org/projects/celegans
134 stars 53 forks source link

Override channel gate attribs #99

Closed lungd closed 6 years ago

lungd commented 6 years ago

Although the channels shouldn't change that often, I thought it doesn't harm if we have the possibility to override channel parameters.

E.g. param_overrides = { 'custom_component_type_gate_overrides': { 'ca_musclemmidpoint': '-1.7 mV', } }

The pattern to override attributes look like the following: '(ionChannel_id)__(gateHHtauInf_id)__(attribute_name)': 'new_value'