bluecellulab 2.6.23__tar.gz → 2.6.28__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.
- bluecellulab-2.6.28/.compile_mod.sh +26 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/.github/workflows/release.yml +1 -1
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/.zenodo.json +29 -4
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/PKG-INFO +1 -1
- bluecellulab-2.6.28/bluecellulab/analysis/__init__.py +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/.compile_mod.sh +26 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/.gitignore +11 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/Makefile +26 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/README.md +60 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/pytest.ini +5 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/pyvenv.cfg +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/test_requirements.txt +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/CircuitConfig +14 -0
- bluecellulab-2.6.28/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
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ccells/cADpyr232_L5_TTPC1_5_dend-C220197A-P2_axon-C060110A3_-_Clone_2.hoc +133 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/circuit.mvd2 +2247 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/circuit.mvd3 +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/circuit_mvd2.sqlite +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/morphologies/ascii/dend-C220197A-P2_axon-C060110A3_-_Clone_2.asc +6344 -0
- bluecellulab-2.6.28/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
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ncsFunctionalAllRecipePathways/nrn.h5 +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ncsFunctionalAllRecipePathways/start.ncs +6 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/ncsFunctionalAllRecipePathways/start.target +104 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/nodes.h5 +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/start.target +104 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/mtype_lists/L23_BTC.txt +729 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/mtype_lists/L23_BTC_L23_LBC.txt +3914 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/mtype_lists/L5_TTPC1_L6_TPC_L1.txt +28271 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_sonata_node/.gitignore +1 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_sonata_node/BlueConfigTemplate +96 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_sonata_node/nodes.h5 +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_sonata_node/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfig +94 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithConditions +28 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithInvalidConnectionContents +31 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithInvalidConnectionEntries +36 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithInvalidModOverride +26 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/BlueConfigWithInvalidSpikeLocation +20 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/output/out.dat +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/output/out.dat.original +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/output/soma.bbp +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/run.sh +21 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/BlueConfig +106 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/output/out.dat +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/output/out.dat.original +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/output/soma.bbp +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/run.sh +21 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_all_mvr/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/BlueConfig +35 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/output/out.dat +2 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/output/out.dat.original +2 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/output/soma.bbp +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/run.sh +21 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_empty/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_forwardskip/BlueConfig +29 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_forwardskip/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/BlueConfig +58 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/output/out-contains-negatives.dat +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/output/out.dat +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/output/out.dat.original +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/output/soma.bbp +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/run.sh +21 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_minis_replay/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/BlueConfig +66 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/output/out.dat +2 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/output/out.dat.original +2 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/output/soma.bbp +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/run.sh +21 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_noisestim/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/BlueConfig +108 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/output/out.dat +2 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/output/out.dat.original +2 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/output/soma.bbp +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/run.sh +21 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_pulsestim/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/BlueConfig +57 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/output/out.dat +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/output/out.dat.original +8 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/output/soma.bbp +0 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/run.sh +21 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/sim_twocell_replay/user.target +15 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/helpers/circuit.py +56 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_circuit_access.py +357 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_helpers.py +43 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_iotools.py +44 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_neuron_globals.py +70 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_simulation_access.py +67 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_sonata_proxy_gpfs.py +37 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_ssim.py +701 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_ssim_gpfs.py +525 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_synapse_parameters.py +372 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_synapse_properties.py +62 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_tools.py +50 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/test_validate.py +69 -0
- bluecellulab-2.6.28/bluecellulab-bb5-tests/tox.ini +23 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab.egg-info/PKG-INFO +1 -1
- bluecellulab-2.6.28/bluecellulab.egg-info/SOURCES.txt +193 -0
- bluecellulab-2.6.28/docs/source/_static/.gitkeep +0 -0
- bluecellulab-2.6.23/.compile_mod.sh +0 -12
- bluecellulab-2.6.23/bluecellulab.egg-info/SOURCES.txt +0 -100
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/.gitattributes +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/.github/dependabot.yml +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/.github/workflows/test.yml +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/.gitignore +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/.gitlab-ci.yml +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/.readthedocs.yml +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/AUTHORS.txt +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/CHANGELOG.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/CONTRIBUTING.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/LICENSE +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/MANIFEST.in +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/Makefile +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/README.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/analysis/inject_sequence.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/ballstick/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/ballstick/emodel.hoc +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/ballstick/morphology.asc +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/cell_dict.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/core.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/injector.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/plotting.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/random.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/recording.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/section_distance.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/serialized_sections.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/sonata_proxy.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/stimuli_generator.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/cell/template.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/circuit_access/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/circuit_access/bluepy_circuit_access.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/circuit_access/definition.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/circuit_access/sonata_circuit_access.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/config/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/config/bluepy_simulation_config.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/config/definition.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/config/sections.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/config/sonata_simulation_config.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/format.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/iotools.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/node_id.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/simulation_access.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/synapse_properties.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit/validate.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/circuit_simulation.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/connection.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/dendrogram.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/exceptions.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/graph.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/hoc/Cell.hoc +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/hoc/RNGSettings.hoc +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/hoc/TDistFunc.hoc +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/hoc/TStim.hoc +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/hoc/fileUtils.hoc +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/importer.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/neuron_interpreter.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/plotwindow.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/psection.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/psegment.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/rngsettings.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/simulation/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/simulation/neuron_globals.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/simulation/parallel.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/simulation/simulation.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/stimulus/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/stimulus/circuit_stimulus_definitions.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/stimulus/factory.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/synapse/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/synapse/synapse_factory.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/synapse/synapse_types.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/tools.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/type_aliases.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/utils.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab/verbosity.py +0 -0
- /bluecellulab-2.6.23/bluecellulab/analysis/__init__.py → /bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/default_user.target +0 -0
- /bluecellulab-2.6.23/docs/source/_static/.gitkeep → /bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/helpers/__init__.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab.egg-info/dependency_links.txt +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab.egg-info/requires.txt +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/bluecellulab.egg-info/top_level.txt +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/Makefile +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/images/voltage-readme.png +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/make.bat +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/requirements_docs.txt +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/source/api.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/source/changelog.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/source/compiling-mechanisms.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/source/conf.py +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/source/contributing.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/source/index.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/source/list_of_stim.rst +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/docs/source/logo/BlueCelluLabBanner.jpg +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/pyproject.toml +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/setup.cfg +0 -0
- {bluecellulab-2.6.23 → bluecellulab-2.6.28}/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.
|
|
28
|
+
uses: anothrNick/github-tag-action@1.70.0
|
|
29
29
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
|
30
30
|
id: tag
|
|
31
31
|
env:
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
"creators": [
|
|
7
7
|
{
|
|
8
8
|
"affiliation": "Blue Brain Project, EPFL",
|
|
9
|
-
"name": "
|
|
10
|
-
"orcid": "0000-
|
|
9
|
+
"name": "Tuncel, Anil",
|
|
10
|
+
"orcid": "0000-0003-0317-2556"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"affiliation": "Blue Brain Project, EPFL",
|
|
14
|
-
"name": "
|
|
15
|
-
"orcid": "0000-
|
|
14
|
+
"name": "Van Geit, Werner",
|
|
15
|
+
"orcid": "0000-0002-2915-720X"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"affiliation": "Blue Brain Project, EPFL",
|
|
@@ -23,10 +23,35 @@
|
|
|
23
23
|
"name": "Torben-Nielsen, Benjamin",
|
|
24
24
|
"orcid": "0000-0003-4203-9942"
|
|
25
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"affiliation": "Blue Brain Project, EPFL",
|
|
28
|
+
"name": "Mandge, Darshan",
|
|
29
|
+
"orcid": "0000-0002-7104-4604"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"affiliation": "Blue Brain Project, EPFL",
|
|
33
|
+
"name": "Kilic, Ilkan",
|
|
34
|
+
"orcid": "0009-0004-4234-8766"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"affiliation": "Blue Brain Project, EPFL",
|
|
38
|
+
"name": "Jaquier, Aurélien",
|
|
39
|
+
"orcid": "0000-0001-6202-6175"
|
|
40
|
+
},
|
|
26
41
|
{
|
|
27
42
|
"affiliation": "Blue Brain Project, EPFL",
|
|
28
43
|
"name": "Muller, Eilif",
|
|
29
44
|
"orcid": "0000-0003-4309-8266"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"affiliation": "Blue Brain Project, EPFL",
|
|
48
|
+
"name": "Kanari, Lida",
|
|
49
|
+
"orcid": "0000-0002-9539-5070"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"affiliation": "Blue Brain Project, EPFL",
|
|
53
|
+
"name": "Markram, Henry",
|
|
54
|
+
"orcid": "0000-0001-6164-2590"
|
|
30
55
|
}
|
|
31
56
|
]
|
|
32
57
|
}
|
|
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,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,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
|
bluecellulab-2.6.28/bluecellulab-bb5-tests/tests/examples/circuit_twocell_example1/CircuitConfig
ADDED
|
@@ -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
|
+
|