From 42e4c370a3fda8e87fda767c4c05617a0476c6cb Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Mon, 21 Dec 2015 16:01:30 +0000 Subject: [PATCH 1/2] analyse bk --- NEURON/analyse_mod_files.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEURON/analyse_mod_files.sh b/NEURON/analyse_mod_files.sh index 7df0c6f..8c2535b 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] + #pynml-modchananalysis Golgi_hcn1 -stepV 5 -temperature [20,23] From c86b02051bdb8e45d32b1203de439df004ff6b30 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Mon, 21 Dec 2015 16:10:16 +0000 Subject: [PATCH 2/2] Checked BK/KC_CML channel --- NEURON/analyse_mod_files.sh | 2 +- NeuroML2/Golgi_BK.channel.nml | 67 +++++++++++++++++++++++++++++++++++ NeuroML2/update.sh | 1 + 3 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 NeuroML2/Golgi_BK.channel.nml diff --git a/NEURON/analyse_mod_files.sh b/NEURON/analyse_mod_files.sh index 8c2535b..054bd9a 100755 --- a/NEURON/analyse_mod_files.sh +++ b/NEURON/analyse_mod_files.sh @@ -12,7 +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] +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'