bluecellulab 2.6.22__tar.gz → 2.6.26__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of bluecellulab might be problematic. Click here for more details.

Files changed (197) hide show
  1. bluecellulab-2.6.26/.compile_mod.sh +26 -0
  2. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/.github/workflows/release.yml +1 -1
  3. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/PKG-INFO +1 -1
  4. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/__init__.py +1 -1
  5. bluecellulab-2.6.26/bluecellulab/analysis/__init__.py +0 -0
  6. bluecellulab-2.6.26/bluecellulab-bb5-tests/.compile_mod.sh +26 -0
  7. bluecellulab-2.6.26/bluecellulab-bb5-tests/.gitignore +11 -0
  8. bluecellulab-2.6.26/bluecellulab-bb5-tests/Makefile +26 -0
  9. bluecellulab-2.6.26/bluecellulab-bb5-tests/README.md +60 -0
  10. bluecellulab-2.6.26/bluecellulab-bb5-tests/pytest.ini +5 -0
  11. bluecellulab-2.6.26/bluecellulab-bb5-tests/pyvenv.cfg +8 -0
  12. bluecellulab-2.6.26/bluecellulab-bb5-tests/test_requirements.txt +8 -0
  13. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/CircuitConfig +14 -0
  14. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ccells/cADpyr231_L6_TPC_L1_6_dend-tkb060530a2_ch1_ct_n_ab_100x_1_axon-tkb060123a1_ch1_ct_b_hw_60x_1_-_Clone_1.hoc +128 -0
  15. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ccells/cADpyr232_L5_TTPC1_5_dend-C220197A-P2_axon-C060110A3_-_Clone_2.hoc +133 -0
  16. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/circuit.mvd2 +2247 -0
  17. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/circuit.mvd3 +0 -0
  18. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/circuit_mvd2.sqlite +0 -0
  19. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/morphologies/ascii/dend-C220197A-P2_axon-C060110A3_-_Clone_2.asc +6344 -0
  20. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/morphologies/ascii/dend-tkb060530a2_ch1_ct_n_ab_100x_1_axon-tkb060123a1_ch1_ct_b_hw_60x_1_-_Clone_1.asc +6023 -0
  21. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ncsFunctionalAllRecipePathways/nrn.h5 +0 -0
  22. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ncsFunctionalAllRecipePathways/start.ncs +6 -0
  23. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ncsFunctionalAllRecipePathways/start.target +104 -0
  24. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/nodes.h5 +0 -0
  25. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/start.target +104 -0
  26. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/mtype_lists/L23_BTC.txt +729 -0
  27. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/mtype_lists/L23_BTC_L23_LBC.txt +3914 -0
  28. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/mtype_lists/L5_TTPC1_L6_TPC_L1.txt +28271 -0
  29. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_sonata_node/.gitignore +1 -0
  30. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_sonata_node/BlueConfigTemplate +96 -0
  31. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_sonata_node/nodes.h5 +0 -0
  32. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_sonata_node/user.target +15 -0
  33. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfig +94 -0
  34. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithConditions +28 -0
  35. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithInvalidConnectionContents +31 -0
  36. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithInvalidConnectionEntries +36 -0
  37. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithInvalidModOverride +26 -0
  38. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithInvalidSpikeLocation +20 -0
  39. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/output/out.dat +8 -0
  40. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/output/out.dat.original +8 -0
  41. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/output/soma.bbp +0 -0
  42. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/run.sh +21 -0
  43. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/user.target +15 -0
  44. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/BlueConfig +106 -0
  45. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/output/out.dat +8 -0
  46. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/output/out.dat.original +8 -0
  47. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/output/soma.bbp +0 -0
  48. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/run.sh +21 -0
  49. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/user.target +15 -0
  50. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/BlueConfig +35 -0
  51. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/output/out.dat +2 -0
  52. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/output/out.dat.original +2 -0
  53. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/output/soma.bbp +0 -0
  54. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/run.sh +21 -0
  55. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/user.target +15 -0
  56. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_forwardskip/BlueConfig +29 -0
  57. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_forwardskip/user.target +15 -0
  58. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/BlueConfig +58 -0
  59. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/output/out-contains-negatives.dat +8 -0
  60. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/output/out.dat +8 -0
  61. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/output/out.dat.original +8 -0
  62. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/output/soma.bbp +0 -0
  63. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/run.sh +21 -0
  64. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/user.target +15 -0
  65. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/BlueConfig +66 -0
  66. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/output/out.dat +2 -0
  67. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/output/out.dat.original +2 -0
  68. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/output/soma.bbp +0 -0
  69. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/run.sh +21 -0
  70. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/user.target +15 -0
  71. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/BlueConfig +108 -0
  72. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/output/out.dat +2 -0
  73. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/output/out.dat.original +2 -0
  74. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/output/soma.bbp +0 -0
  75. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/run.sh +21 -0
  76. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/user.target +15 -0
  77. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/BlueConfig +57 -0
  78. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/output/out.dat +8 -0
  79. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/output/out.dat.original +8 -0
  80. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/output/soma.bbp +0 -0
  81. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/run.sh +21 -0
  82. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/user.target +15 -0
  83. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/helpers/circuit.py +56 -0
  84. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_circuit_access.py +357 -0
  85. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_helpers.py +43 -0
  86. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_iotools.py +44 -0
  87. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_neuron_globals.py +70 -0
  88. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_simulation_access.py +67 -0
  89. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_sonata_proxy_gpfs.py +37 -0
  90. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_ssim.py +701 -0
  91. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_ssim_gpfs.py +525 -0
  92. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_synapse_parameters.py +372 -0
  93. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_synapse_properties.py +62 -0
  94. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_tools.py +50 -0
  95. bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/test_validate.py +69 -0
  96. bluecellulab-2.6.26/bluecellulab-bb5-tests/tox.ini +23 -0
  97. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab.egg-info/PKG-INFO +1 -1
  98. bluecellulab-2.6.26/bluecellulab.egg-info/SOURCES.txt +193 -0
  99. bluecellulab-2.6.26/docs/source/_static/.gitkeep +0 -0
  100. bluecellulab-2.6.22/.compile_mod.sh +0 -12
  101. bluecellulab-2.6.22/bluecellulab.egg-info/SOURCES.txt +0 -100
  102. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/.gitattributes +0 -0
  103. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/.github/dependabot.yml +0 -0
  104. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/.github/workflows/test.yml +0 -0
  105. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/.gitignore +0 -0
  106. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/.gitlab-ci.yml +0 -0
  107. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/.readthedocs.yml +0 -0
  108. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/.zenodo.json +0 -0
  109. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/AUTHORS.txt +0 -0
  110. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/CHANGELOG.rst +0 -0
  111. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/CONTRIBUTING.rst +0 -0
  112. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/LICENSE +0 -0
  113. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/MANIFEST.in +0 -0
  114. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/Makefile +0 -0
  115. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/README.rst +0 -0
  116. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/analysis/inject_sequence.py +0 -0
  117. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/__init__.py +0 -0
  118. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/ballstick/__init__.py +0 -0
  119. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/ballstick/emodel.hoc +0 -0
  120. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/ballstick/morphology.asc +0 -0
  121. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/cell_dict.py +0 -0
  122. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/core.py +0 -0
  123. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/injector.py +0 -0
  124. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/plotting.py +0 -0
  125. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/random.py +0 -0
  126. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/recording.py +0 -0
  127. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/section_distance.py +0 -0
  128. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/serialized_sections.py +0 -0
  129. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/sonata_proxy.py +0 -0
  130. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/stimuli_generator.py +0 -0
  131. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/cell/template.py +0 -0
  132. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/__init__.py +0 -0
  133. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/circuit_access/__init__.py +0 -0
  134. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/circuit_access/bluepy_circuit_access.py +0 -0
  135. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/circuit_access/definition.py +0 -0
  136. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/circuit_access/sonata_circuit_access.py +0 -0
  137. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/config/__init__.py +0 -0
  138. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/config/bluepy_simulation_config.py +0 -0
  139. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/config/definition.py +0 -0
  140. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/config/sections.py +0 -0
  141. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/config/sonata_simulation_config.py +0 -0
  142. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/format.py +0 -0
  143. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/iotools.py +0 -0
  144. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/node_id.py +0 -0
  145. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/simulation_access.py +0 -0
  146. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/synapse_properties.py +0 -0
  147. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit/validate.py +0 -0
  148. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/circuit_simulation.py +0 -0
  149. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/connection.py +0 -0
  150. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/dendrogram.py +0 -0
  151. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/exceptions.py +0 -0
  152. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/graph.py +0 -0
  153. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/hoc/Cell.hoc +0 -0
  154. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/hoc/RNGSettings.hoc +0 -0
  155. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/hoc/TDistFunc.hoc +0 -0
  156. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/hoc/TStim.hoc +0 -0
  157. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/hoc/fileUtils.hoc +0 -0
  158. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/importer.py +0 -0
  159. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/neuron_interpreter.py +0 -0
  160. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/plotwindow.py +0 -0
  161. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/psection.py +0 -0
  162. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/psegment.py +0 -0
  163. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/rngsettings.py +0 -0
  164. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/simulation/__init__.py +0 -0
  165. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/simulation/neuron_globals.py +0 -0
  166. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/simulation/parallel.py +0 -0
  167. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/simulation/simulation.py +0 -0
  168. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/stimulus/__init__.py +0 -0
  169. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/stimulus/circuit_stimulus_definitions.py +0 -0
  170. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/stimulus/factory.py +0 -0
  171. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/synapse/__init__.py +0 -0
  172. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/synapse/synapse_factory.py +0 -0
  173. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/synapse/synapse_types.py +0 -0
  174. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/tools.py +0 -0
  175. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/type_aliases.py +0 -0
  176. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/utils.py +0 -0
  177. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab/verbosity.py +0 -0
  178. /bluecellulab-2.6.22/bluecellulab/analysis/__init__.py → /bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/default_user.target +0 -0
  179. /bluecellulab-2.6.22/docs/source/_static/.gitkeep → /bluecellulab-2.6.26/bluecellulab-bb5-tests/tests/helpers/__init__.py +0 -0
  180. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab.egg-info/dependency_links.txt +0 -0
  181. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab.egg-info/requires.txt +0 -0
  182. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/bluecellulab.egg-info/top_level.txt +0 -0
  183. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/Makefile +0 -0
  184. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/images/voltage-readme.png +0 -0
  185. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/make.bat +0 -0
  186. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/requirements_docs.txt +0 -0
  187. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/source/api.rst +0 -0
  188. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/source/changelog.rst +0 -0
  189. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/source/compiling-mechanisms.rst +0 -0
  190. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/source/conf.py +0 -0
  191. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/source/contributing.rst +0 -0
  192. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/source/index.rst +0 -0
  193. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/source/list_of_stim.rst +0 -0
  194. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/docs/source/logo/BlueCelluLabBanner.jpg +0 -0
  195. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/pyproject.toml +0 -0
  196. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/setup.cfg +0 -0
  197. {bluecellulab-2.6.22 → bluecellulab-2.6.26}/tox.ini +0 -0
@@ -0,0 +1,26 @@
1
+ #!/bin/sh
2
+
3
+ # Copyright 2012-2024 Blue Brain Project / EPFL
4
+
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ set -e
18
+
19
+ INSTALL_DIR=$1
20
+ MOD_DIR=$2
21
+
22
+ cd ${INSTALL_DIR}
23
+
24
+ echo "Building mod files"
25
+ rm -rf x86_64
26
+ nrnivmodl ${MOD_DIR} >nrnivmodl.log 2>&1
@@ -25,7 +25,7 @@ jobs:
25
25
  python-version: "3.10"
26
26
 
27
27
  - name: Fetch the tag, if any. If not tagged, create a patch tag
28
- uses: anothrNick/github-tag-action@1.69.0
28
+ uses: anothrNick/github-tag-action@1.70.0
29
29
  if: ${{ !startsWith(github.ref, 'refs/tags/') }}
30
30
  id: tag
31
31
  env:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bluecellulab
3
- Version: 2.6.22
3
+ Version: 2.6.26
4
4
  Summary: Biologically detailed neural network simulations and analysis.
5
5
  Author: Blue Brain Project, EPFL
6
6
  License: Apache2.0
@@ -18,7 +18,7 @@ from .psection import PSection # NOQA
18
18
  from .psegment import PSegment # NOQA
19
19
  from .simulation import Simulation # NOQA
20
20
  from .rngsettings import RNGSettings # NOQA
21
- from .circuit_simulation import CircuitSimulation, CircuitSimulation # NOQA
21
+ from .circuit_simulation import CircuitSimulation # NOQA
22
22
  import neuron
23
23
 
24
24
  from .simulation.neuron_globals import NeuronGlobals
File without changes
@@ -0,0 +1,26 @@
1
+ #!/bin/sh
2
+
3
+ # Copyright 2024 Blue Brain Project / EPFL
4
+
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ set -e
18
+
19
+ INSTALL_DIR=$1
20
+ MOD_DIR=$2
21
+
22
+ cd ${INSTALL_DIR}
23
+
24
+ echo "Building mod files"
25
+ rm -rf x86_64
26
+ nrnivmodl ${MOD_DIR} >nrnivmodl.log 2>&1
@@ -0,0 +1,11 @@
1
+ *.nrndat
2
+ bin
3
+ lib
4
+ share
5
+ .pytest_cache
6
+ .tox-info.json
7
+ .tox
8
+ .neurodamus
9
+ __pycache__
10
+ x86_64
11
+ nrnivmodl.log
@@ -0,0 +1,26 @@
1
+ # Variables
2
+ PIP_INDEX_URL := https://pypi.python.org/simple
3
+ NEURON_MODULE_OPTIONS := '-nogui'
4
+ TESTS_DIR := tests
5
+ MECHANISMS_DIR := ./../tests/mechanisms/
6
+ PYTEST_OPTS := --numprocesses=auto --timeout=600 -vsx --forked
7
+
8
+ # Default rule (similar to 'testenv' in tox)
9
+ default: install_deps compile_mod run_lint run_tests
10
+
11
+ # Rule for installing dependencies (similar to 'deps' in tox)
12
+ install_deps:
13
+ python -m pip install --index-url $(PIP_INDEX_URL) -r test_requirements.txt
14
+
15
+ # Rule for compiling mod (similar to the first 'commands' in tox)
16
+ compile_mod:
17
+ chmod +x ./.compile_mod.sh
18
+ ./.compile_mod.sh . $(MECHANISMS_DIR)
19
+
20
+ # Rule for running tests (similar to the second 'commands' in tox)
21
+ run_tests:
22
+ NEURON_MODULE_OPTIONS=$(NEURON_MODULE_OPTIONS) pytest $(TESTS_DIR) $(PYTEST_OPTS)
23
+
24
+ run_lint:
25
+ ruff check $(TESTS_DIR)
26
+ mypy $(TESTS_DIR) --ignore-missing-imports
@@ -0,0 +1,60 @@
1
+ # bluecellulab-bb5-tests
2
+
3
+ ## Description
4
+
5
+ This folder contains tests for bluecellulab on the large circuits located on bb5. Please note that these tests are not directly usable as they are, due to dependencies.
6
+
7
+ ## How to run locally
8
+
9
+ Simply clone the repository, install tox and type `tox` in the root directory of the repository.
10
+
11
+ ## Continous Integration
12
+
13
+ This module will continue to be part of the continuous integration (CI) pipeline on GitLab until the end of the year. The scheduled CI tasks will run the tests for this module periodically until 2024.12.31. After this date, the tests will no longer be included in the CI pipeline.
14
+
15
+ ## Mechanisms
16
+
17
+ The mechanisms for these tests have been merged into the [tests/mechanisms/](./../tests/mechanisms/) folder. Here is the list of mechanisms used for these tests. The original list is provided below, and files marked with an asterisk (*) were added to the tests folder as they were not already present:
18
+ - `Ca.mod`
19
+ - `CaDynamics_DC0.mod`
20
+ - `CaDynamics_E2.mod`
21
+ - `Ca_HVA.mod`
22
+ - `Ca_HVA2.mod`
23
+ - `Ca_LVAst.mod`
24
+ - `DetAMPANMDA.mod`
25
+ - `DetGABAAB.mod`
26
+ - `GluSynapse.mod`
27
+ - *`IN_Ih_Halnes2011.mod`
28
+ - *`IN_iT.mod`
29
+ - `Ih.mod`
30
+ - `Im.mod`
31
+ - `K_Pst.mod`
32
+ - `K_Tst.mod`
33
+ - `KdShu2007.mod`
34
+ - `NaTa_t.mod`
35
+ - `NaTg.mod`
36
+ - `NaTs2_t.mod`
37
+ - `Nap_Et2.mod`
38
+ - `ProbAMPANMDA_EMS.mod`
39
+ - `ProbGABAAB_EMS.mod`
40
+ - *`RC_IT_Des92.mod`
41
+ - `SK_E2.mod`
42
+ - `SKv3_1.mod`
43
+ - `StochKv.mod`
44
+ - `StochKv3.mod`
45
+ - *`TC_HH.mod`
46
+ - *`TC_ITGHK_Des98.mod`
47
+ - *`TC_Ih_Bud97.mod`
48
+ - *`TC_Ih_CaMod.mod`
49
+ - *`TC_Kleak.mod`
50
+ - *`TC_Naleak.mod`
51
+ - *`TC_Nap_Et2.mod`
52
+ - *`TC_cadecay.mod`
53
+ - *`TC_iA.mod`
54
+ - *`TC_iL.mod`
55
+ - *`TC_kir_Con15.mod`
56
+ - `TTXDynamicsSwitch.mod`
57
+ - `VecStim.mod`
58
+ - `gap.mod`
59
+ - *`ican.mod`
60
+ - `netstim_inhpoisson.mod`
@@ -0,0 +1,5 @@
1
+ [pytest]
2
+ markers =
3
+ v5: tests on the neocortex circuit version 5.
4
+ v6: tests on the neocortex circuit version 6.
5
+ thal: tests on the thalamus circuit.
@@ -0,0 +1,8 @@
1
+ home = /gpfs/bbp.cscs.ch/ssd/apps/bsd/2022-01-10/stage_externals/install_gcc-11.2.0-skylake/python-3.9.7-yj5alh/bin
2
+ implementation = CPython
3
+ version_info = 3.9.7.final.0
4
+ virtualenv = 20.17.1
5
+ include-system-site-packages = false
6
+ base-prefix = /gpfs/bbp.cscs.ch/ssd/apps/bsd/2022-01-10/stage_externals/install_gcc-11.2.0-skylake/python-3.9.7-yj5alh
7
+ base-exec-prefix = /gpfs/bbp.cscs.ch/ssd/apps/bsd/2022-01-10/stage_externals/install_gcc-11.2.0-skylake/python-3.9.7-yj5alh
8
+ base-executable = /gpfs/bbp.cscs.ch/ssd/apps/bsd/2022-01-10/stage_externals/install_gcc-11.2.0-skylake/python-3.9.7-yj5alh/bin/python3.9
@@ -0,0 +1,8 @@
1
+ bluepy-configfile>=0.1.18
2
+ bluepy[bbp]>=2.5.0
3
+ pytest
4
+ pytest-timeout
5
+ pytest-xdist
6
+ pytest-forked
7
+ ruff>=0.0.40
8
+ mypy>=1.2.0
@@ -0,0 +1,14 @@
1
+ Run Default
2
+ {
3
+
4
+ MorphologyPath /bgscratch/bbp/l5/release/2012.07.23/morphologies/h5
5
+ METypePath ../circuit_twocell_example1/ccells/
6
+ MeshPath /bgscratch/bbp/l5/release/2012.07.23/meshes
7
+ CircuitPath ../circuit_twocell_example1
8
+ nrnPath ../circuit_twocell_example1/ncsFunctionalAllRecipePathways
9
+ TargetFile /bgscratch/bbp/l5/release/2012.07.23/circuit/SomatosensoryCxS1-v4.lowerCellDensity.r151/O1/merged_circuit/default_user.target
10
+ BioName SomatosensoryCxS1-v4.lowerCellDensity.r151
11
+ CentralHyperColumn 2
12
+
13
+ }
14
+
@@ -0,0 +1,128 @@
1
+ begintemplate cADpyr231_L6_TPC_L1_6_dend_tkb060530a2_ch1_ct_n_ab_100x_1_axon_tkb060123a1_ch1_ct_b_hw_60x_1___Clone_1
2
+ public init, printInfo, delete_axon, getCell, init_biophys, insertChannel
3
+ public gid, CellRef, getThreshold, geom_nseg, gmechdistribute, biophys
4
+ objref this, CellRef, gmechdistribute
5
+
6
+ proc init() { local ind localobj strMorphName, strTmp, sf
7
+ strMorphName = new String("dend-tkb060530a2_ch1_ct_n_ab_100x_1_axon-tkb060123a1_ch1_ct_b_hw_60x_1_-_Clone_1.asc")
8
+ strTmp = new String()
9
+ sf = new StringFunctions()
10
+ if(numarg() == 2){
11
+ sscanf($s2, "%s", strTmp.s)
12
+ ind = sf.substr(strTmp.s, ".asc")
13
+ if((ind>0) && (ind == (sf.len(strTmp.s)-4))){
14
+ CellRef = new Cell($1, $s2)
15
+ }else{
16
+ sprint(strMorphName.s, "%s/%s", $s2, strMorphName.s)
17
+ CellRef = new Cell($1, strMorphName.s)
18
+ }
19
+ }
20
+ gmechdistribute = new TDistFunc()
21
+ CellRef.setCCell(this)
22
+ gid = CellRef.gid
23
+ geom_nseg() //This function is called to have count of actual axon sections
24
+ delete_axon()
25
+ insertChannel()
26
+ init_biophys()
27
+ biophys()
28
+ }
29
+
30
+ func getThreshold() { return 0.073042 }
31
+
32
+ proc geom_nseg() {
33
+ CellRef.geom_nseg_fixed(40)
34
+ CellRef.geom_nsec() //To count all sections
35
+ }
36
+
37
+ obfunc getCell(){
38
+ return CellRef
39
+ }
40
+
41
+ proc delete_axon(){
42
+ CellRef.delete_axon()
43
+ }
44
+
45
+ proc init_biophys() {
46
+ forsec CellRef.all { cm = 1.0 }
47
+ forsec CellRef.all { Ra = 100.0 }
48
+
49
+ CellRef.soma[0] distance()
50
+ }
51
+
52
+ proc insertChannel() {
53
+
54
+ }
55
+
56
+ proc biophys() {
57
+ CellRef.insertChannel("axonal","NaTa_t")
58
+ CellRef.insertChannel("axonal","Nap_Et2")
59
+ CellRef.insertChannel("axonal","K_Pst")
60
+ CellRef.insertChannel("axonal","K_Tst")
61
+ CellRef.insertChannel("axonal","SK_E2")
62
+ CellRef.insertChannel("axonal","SKv3_1")
63
+ CellRef.insertChannel("axonal","CaDynamics_E2")
64
+ CellRef.insertChannel("axonal","Ca_HVA")
65
+ CellRef.insertChannel("axonal","Ca_LVAst")
66
+ CellRef.insertChannel("somatic","NaTs2_t")
67
+ CellRef.insertChannel("somatic","SKv3_1")
68
+ CellRef.insertChannel("somatic","SK_E2")
69
+ CellRef.insertChannel("somatic","CaDynamics_E2")
70
+ CellRef.insertChannel("somatic","Ca_HVA")
71
+ CellRef.insertChannel("somatic","Ca_LVAst")
72
+ CellRef.insertChannel("apical","NaTs2_t")
73
+ CellRef.insertChannel("apical","SKv3_1")
74
+ CellRef.insertChannel("apical","Im")
75
+ CellRef.insertChannel("apical","Ih")
76
+ CellRef.insertChannel("basal","Ih")
77
+ CellRef.insertChannel("apical","Ih")
78
+ CellRef.insertChannel("somatic","Ih")
79
+ CellRef.insertChannel("all","pas")
80
+
81
+ { CellRef.soma[0] distance() }
82
+ { forsec CellRef.all { e_pas = -75 } }
83
+ { forsec CellRef.all { g_pas = 3e-5 } }
84
+ { forsec CellRef.all { cm = 1 } }
85
+ { forsec CellRef.all { Ra = 100 } }
86
+ { forsec CellRef.somatic { ek = -85 } }
87
+ { forsec CellRef.somatic { ena = 50 } }
88
+ { forsec CellRef.axonal { ek = -85 } }
89
+ { forsec CellRef.axonal { ena = 50 } }
90
+ { forsec CellRef.apical { ek = -85 } }
91
+ { forsec CellRef.apical { ena = 50 } }
92
+ { forsec CellRef.apical { cm = 2 } }
93
+ { forsec CellRef.basal { cm = 2 } }
94
+ { forsec CellRef.apical { cm = 2 } }
95
+ gmechdistribute.distribute(CellRef.axonal,"gNaTa_tbar_NaTa_t","( 0.000000 * %g + 1.000000 ) * 3.288755",1)
96
+ gmechdistribute.distribute(CellRef.axonal,"gNap_Et2bar_Nap_Et2","( 0.000000 * %g + 1.000000 ) * 0.000671",1)
97
+ gmechdistribute.distribute(CellRef.axonal,"gK_Pstbar_K_Pst","( 0.000000 * %g + 1.000000 ) * 0.957198",1)
98
+ gmechdistribute.distribute(CellRef.axonal,"gK_Tstbar_K_Tst","( 0.000000 * %g + 1.000000 ) * 0.029456",1)
99
+ gmechdistribute.distribute(CellRef.axonal,"gSK_E2bar_SK_E2","( 0.000000 * %g + 1.000000 ) * 0.098377",1)
100
+ gmechdistribute.distribute(CellRef.axonal,"gSKv3_1bar_SKv3_1","( 0.000000 * %g + 1.000000 ) * 1.936176",1)
101
+ gmechdistribute.distribute(CellRef.axonal,"gCa_HVAbar_Ca_HVA","( 0.000000 * %g + 1.000000 ) * 0.000684",1)
102
+ gmechdistribute.distribute(CellRef.axonal,"gCa_LVAstbar_Ca_LVAst","( 0.000000 * %g + 1.000000 ) * 0.000007",1)
103
+ gmechdistribute.distribute(CellRef.axonal,"gamma_CaDynamics_E2","( 0.000000 * %g + 1.000000 ) * 0.001734",1)
104
+ gmechdistribute.distribute(CellRef.axonal,"decay_CaDynamics_E2","( 0.000000 * %g + 1.000000 ) * 103.091390",1)
105
+ gmechdistribute.distribute(CellRef.somatic,"gNaTs2_tbar_NaTs2_t","( 0.000000 * %g + 1.000000 ) * 0.976885",1)
106
+ gmechdistribute.distribute(CellRef.somatic,"gSKv3_1bar_SKv3_1","( 0.000000 * %g + 1.000000 ) * 0.072929",1)
107
+ gmechdistribute.distribute(CellRef.somatic,"gSK_E2bar_SK_E2","( 0.000000 * %g + 1.000000 ) * 0.003869",1)
108
+ gmechdistribute.distribute(CellRef.somatic,"gCa_HVAbar_Ca_HVA","( 0.000000 * %g + 1.000000 ) * 0.000459",1)
109
+ gmechdistribute.distribute(CellRef.somatic,"gCa_LVAstbar_Ca_LVAst","( 0.000000 * %g + 1.000000 ) * 0.005592",1)
110
+ gmechdistribute.distribute(CellRef.somatic,"gamma_CaDynamics_E2","( 0.000000 * %g + 1.000000 ) * 0.000996",1)
111
+ gmechdistribute.distribute(CellRef.somatic,"decay_CaDynamics_E2","( 0.000000 * %g + 1.000000 ) * 873.498863",1)
112
+ gmechdistribute.distribute(CellRef.apical,"gNaTs2_tbar_NaTs2_t","( 0.000000 * %g + 1.000000 ) * 0.025690",1)
113
+ gmechdistribute.distribute(CellRef.apical,"gSKv3_1bar_SKv3_1","( 0.000000 * %g + 1.000000 ) * 0.039763",1)
114
+ gmechdistribute.distribute(CellRef.apical,"gImbar_Im","( 0.000000 * %g + 1.000000 ) * 0.001000",1)
115
+ gmechdistribute.distribute(CellRef.apical,"gIhbar_Ih","(-0.869600 + 2.087000*exp((%g - 0.000000) * 0.003100)) * 0.000080",1)
116
+ gmechdistribute.distribute(CellRef.somatic,"gIhbar_Ih","( 0.000000 * %g + 1.000000 ) * 0.000080",1)
117
+ gmechdistribute.distribute(CellRef.basal,"gIhbar_Ih","( 0.000000 * %g + 1.000000 ) * 0.000080",1)
118
+ gmechdistribute.distribute(CellRef.apical,"gIhbar_Ih","( 0.000000 * %g + 1.000000 ) * 0.000080",1)
119
+
120
+
121
+
122
+ }
123
+
124
+ public getHypAmp
125
+
126
+ func getHypAmp(){return (-0.019897) }
127
+
128
+ endtemplate cADpyr231_L6_TPC_L1_6_dend_tkb060530a2_ch1_ct_n_ab_100x_1_axon_tkb060123a1_ch1_ct_b_hw_60x_1___Clone_1
@@ -0,0 +1,133 @@
1
+ //runL5PC.run91.dend3-0.3
2
+
3
+ {load_file("Cell.hoc")}
4
+ {load_file("TDistFunc.hoc")}
5
+ begintemplate cADpyr232_L5_TTPC1_5_dend_C220197A_P2_axon_C060110A3___Clone_2
6
+ public init, printInfo, delete_axon, getCell, init_biophys, insertChannel
7
+ public gid, CellRef, getThreshold, geom_nseg, gmechdistribute, biophys
8
+ objref this, CellRef, gmechdistribute
9
+
10
+ proc init() { local ind localobj strMorphName, strTmp, sf
11
+ strMorphName = new String("dend-C220197A-P2_axon-C060110A3_-_Clone_2.asc")
12
+ strTmp = new String()
13
+ sf = new StringFunctions()
14
+ if(numarg() == 2){
15
+ sscanf($s2, "%s", strTmp.s)
16
+ ind = sf.substr(strTmp.s, ".asc")
17
+ if((ind>0) && (ind == (sf.len(strTmp.s)-4))){
18
+ CellRef = new Cell($1, $s2)
19
+ }else{
20
+ sprint(strMorphName.s, "%s/%s", $s2, strMorphName.s)
21
+ CellRef = new Cell($1, strMorphName.s)
22
+ }
23
+ }
24
+ gmechdistribute = new TDistFunc()
25
+ CellRef.setCCell(this)
26
+ gid = CellRef.gid
27
+ geom_nseg() //This function is called to have count of actual axon sections
28
+ delete_axon()
29
+ insertChannel()
30
+ init_biophys()
31
+ biophys()
32
+ }
33
+
34
+ func getThreshold() { return 0.345156 }
35
+
36
+ proc geom_nseg() {
37
+ CellRef.geom_nseg_fixed(40)
38
+ CellRef.geom_nsec() //To count all sections
39
+ }
40
+
41
+ obfunc getCell(){
42
+ return CellRef
43
+ }
44
+
45
+ proc delete_axon(){
46
+ CellRef.delete_axon()
47
+ }
48
+
49
+ proc init_biophys() {
50
+ forsec CellRef.all { cm = 1.0 }
51
+ forsec CellRef.all { Ra = 100.0 }
52
+
53
+ CellRef.soma[0] distance()
54
+ }
55
+
56
+ proc insertChannel() {
57
+
58
+ }
59
+
60
+ proc biophys() {
61
+ CellRef.insertChannel("axonal","NaTa_t")
62
+ CellRef.insertChannel("axonal","Nap_Et2")
63
+ CellRef.insertChannel("axonal","K_Pst")
64
+ CellRef.insertChannel("axonal","K_Tst")
65
+ CellRef.insertChannel("axonal","SK_E2")
66
+ CellRef.insertChannel("axonal","SKv3_1")
67
+ CellRef.insertChannel("axonal","CaDynamics_E2")
68
+ CellRef.insertChannel("axonal","Ca_HVA")
69
+ CellRef.insertChannel("axonal","Ca_LVAst")
70
+ CellRef.insertChannel("somatic","NaTs2_t")
71
+ CellRef.insertChannel("somatic","SKv3_1")
72
+ CellRef.insertChannel("somatic","SK_E2")
73
+ CellRef.insertChannel("somatic","CaDynamics_E2")
74
+ CellRef.insertChannel("somatic","Ca_HVA")
75
+ CellRef.insertChannel("somatic","Ca_LVAst")
76
+ CellRef.insertChannel("apical","NaTs2_t")
77
+ CellRef.insertChannel("apical","SKv3_1")
78
+ CellRef.insertChannel("apical","Im")
79
+ CellRef.insertChannel("apical","Ih")
80
+ CellRef.insertChannel("basal","Ih")
81
+ CellRef.insertChannel("apical","Ih")
82
+ CellRef.insertChannel("somatic","Ih")
83
+ CellRef.insertChannel("all","pas")
84
+
85
+ { CellRef.soma[0] distance() }
86
+ { forsec CellRef.all { e_pas = -75 } }
87
+ { forsec CellRef.all { g_pas = 3e-5 } }
88
+ { forsec CellRef.all { cm = 1 } }
89
+ { forsec CellRef.all { Ra = 100 } }
90
+ { forsec CellRef.somatic { ek = -85 } }
91
+ { forsec CellRef.somatic { ena = 50 } }
92
+ { forsec CellRef.axonal { ek = -85 } }
93
+ { forsec CellRef.axonal { ena = 50 } }
94
+ { forsec CellRef.apical { ek = -85 } }
95
+ { forsec CellRef.apical { ena = 50 } }
96
+ { forsec CellRef.apical { cm = 2 } }
97
+ { forsec CellRef.basal { cm = 2 } }
98
+ { forsec CellRef.apical { cm = 2 } }
99
+ gmechdistribute.distribute(CellRef.axonal,"gNaTa_tbar_NaTa_t","( 0.000000 * %g + 1.000000 ) * 3.137968",1)
100
+ gmechdistribute.distribute(CellRef.axonal,"gNap_Et2bar_Nap_Et2","( 0.000000 * %g + 1.000000 ) * 0.006827",1)
101
+ gmechdistribute.distribute(CellRef.axonal,"gK_Pstbar_K_Pst","( 0.000000 * %g + 1.000000 ) * 0.973538",1)
102
+ gmechdistribute.distribute(CellRef.axonal,"gK_Tstbar_K_Tst","( 0.000000 * %g + 1.000000 ) * 0.089259",1)
103
+ gmechdistribute.distribute(CellRef.axonal,"gSK_E2bar_SK_E2","( 0.000000 * %g + 1.000000 ) * 0.007104",1)
104
+ gmechdistribute.distribute(CellRef.axonal,"gSKv3_1bar_SKv3_1","( 0.000000 * %g + 1.000000 ) * 1.021945",1)
105
+ gmechdistribute.distribute(CellRef.axonal,"gCa_HVAbar_Ca_HVA","( 0.000000 * %g + 1.000000 ) * 0.000990",1)
106
+ gmechdistribute.distribute(CellRef.axonal,"gCa_LVAstbar_Ca_LVAst","( 0.000000 * %g + 1.000000 ) * 0.008752",1)
107
+ gmechdistribute.distribute(CellRef.axonal,"gamma_CaDynamics_E2","( 0.000000 * %g + 1.000000 ) * 0.002910",1)
108
+ gmechdistribute.distribute(CellRef.axonal,"decay_CaDynamics_E2","( 0.000000 * %g + 1.000000 ) * 287.198731",1)
109
+ gmechdistribute.distribute(CellRef.somatic,"gNaTs2_tbar_NaTs2_t","( 0.000000 * %g + 1.000000 ) * 0.983955",1)
110
+ gmechdistribute.distribute(CellRef.somatic,"gSKv3_1bar_SKv3_1","( 0.000000 * %g + 1.000000 ) * 0.303472",1)
111
+ gmechdistribute.distribute(CellRef.somatic,"gSK_E2bar_SK_E2","( 0.000000 * %g + 1.000000 ) * 0.008407",1)
112
+ gmechdistribute.distribute(CellRef.somatic,"gCa_HVAbar_Ca_HVA","( 0.000000 * %g + 1.000000 ) * 0.000994",1)
113
+ gmechdistribute.distribute(CellRef.somatic,"gCa_LVAstbar_Ca_LVAst","( 0.000000 * %g + 1.000000 ) * 0.000333",1)
114
+ gmechdistribute.distribute(CellRef.somatic,"gamma_CaDynamics_E2","( 0.000000 * %g + 1.000000 ) * 0.000609",1)
115
+ gmechdistribute.distribute(CellRef.somatic,"decay_CaDynamics_E2","( 0.000000 * %g + 1.000000 ) * 210.485284",1)
116
+ gmechdistribute.distribute(CellRef.apical,"gNaTs2_tbar_NaTs2_t","( 0.000000 * %g + 1.000000 ) * 0.026145",1)
117
+ gmechdistribute.distribute(CellRef.apical,"gSKv3_1bar_SKv3_1","( 0.000000 * %g + 1.000000 ) * 0.004226",1)
118
+ gmechdistribute.distribute(CellRef.apical,"gImbar_Im","( 0.000000 * %g + 1.000000 ) * 0.000143",1)
119
+ gmechdistribute.distribute(CellRef.apical,"gIhbar_Ih","(-0.869600 + 2.087000*exp((%g - 0.000000) * 0.003100)) * 0.000080",1)
120
+ gmechdistribute.distribute(CellRef.somatic,"gIhbar_Ih","( 0.000000 * %g + 1.000000 ) * 0.000080",1)
121
+ gmechdistribute.distribute(CellRef.basal,"gIhbar_Ih","( 0.000000 * %g + 1.000000 ) * 0.000080",1)
122
+ gmechdistribute.distribute(CellRef.apical,"gIhbar_Ih","( 0.000000 * %g + 1.000000 ) * 0.000080",1)
123
+
124
+
125
+
126
+ }
127
+
128
+ public getHypAmp
129
+
130
+ func getHypAmp(){return (-0.144653) }
131
+
132
+ endtemplate cADpyr232_L5_TTPC1_5_dend_C220197A_P2_axon_C060110A3___Clone_2
133
+