diff --git a/NEURON/analyse_mod_files.sh b/NEURON/analyse_mod_files.sh index 7df0c6f..054bd9a 100755 --- a/NEURON/analyse_mod_files.sh +++ b/NEURON/analyse_mod_files.sh @@ -12,5 +12,7 @@ pynml-modchananalysis Golgi_KA -stepV 5 -temperature [20,23] pynml-modchananalysis Golgi_Ca_HVA -stepV 5 -temperature [20,23] pynml-modchananalysis Golgi_Ca_LVA -stepV 5 -temperature [20,23] +pynml-modchananalysis Golgi_BK -stepV 5 -temperature [20,23] -caConc 5e-4 + #pynml-modchananalysis Golgi_hcn1 -stepV 5 -temperature [20,23] diff --git a/NeuroML2/Golgi_BK.channel.nml b/NeuroML2/Golgi_BK.channel.nml new file mode 100644 index 0000000..4764afd --- /dev/null +++ b/NeuroML2/Golgi_BK.channel.nml @@ -0,0 +1,67 @@ + + + + ChannelML file containing a single Channel description from Solinas et al 2007 + + + + BK type voltage and [Ca2+] dependent K+ channel + + + + + + + + Solinas S, Forti L, Cesana E, Mapelli J, De Schutter E, D'Angelo E. (2007) Computational reconstruction of pacemaking and intrinsic electroresponsiveness in cerebellar Golgi cells. Front Cell Neurosci. 2007;1:2. + + + + + + + + K channels + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NeuroML2/update.sh b/NeuroML2/update.sh index d4d0fa9..f7eacf0 100755 --- a/NeuroML2/update.sh +++ b/NeuroML2/update.sh @@ -26,6 +26,7 @@ copyNml2 'KV_CML' 'Golgi_KV' copyNml2 'CaHVA_CML' 'Golgi_Ca_HVA' copyNml2 'CaLVA_CML' 'Golgi_Ca_LVA' +copyNml2 'KC_CML' 'Golgi_BK' copyNml2 'hcn1f_CML' 'Golgi_hcn1f'