Developed by the Department of Brain and Behavioral Sciences at the University of Pavia, the Brain Scaffold Builder (BSB) is a component framework for neural modelling, which focuses on component declarations to piece together a brain model. The component declarations can be made in any supported configuration language, or using the library functions in Python. It offers parallel reconstruction and simulation of any network topology, placement and/or connectivity strategy.
BSB is decomposed into several repositories:
- bsb-core — Install the bsb framework. Core component of the
bsb
suite. - bsb-hdf5 — Leverage the hdf5 file format to save the models.
- bsb-json — Read and write configuration files in json format.
- bsb-yaml — Read and write configuration files in yaml format
- bsb-nest — Simulate brain models as point-neuron networks with the NEST simulator.
- bsb-neuron — Simulate brain models as detailed neuron networks with the NEURON simulator.
- bsb-arbor — Simulate brain models as detailed neuron networks with the ARBOR simulator.
This repository contains the metadata for the bsb
package.
It is highly recommended that you create a python environment before installing the bsb
package.
BSB currently supports python 3.9, 3.10 and 3.11.
With the bsb
package will be installed the
bsb-core framework and the following default set of plugins:
You can install these python libraries with the following command:
pip install bsb
Check also the following sections to install the other bsb plugin.
Useful links: GitHub repo,
This project contains the main bsb
framework and is needed by all the other repositories.
It also contains tools to support parallel execution with MPI. To install this support, run the following command:
pip install bsb[parallel]
Useful links: GitHub repo.
This project allows the user to save their model into the hdf5 file format.
This plugin is installed by default with the bsb
package.
Useful links: GitHub repo.
This project allows the user to write their model configuration in the json file format.
This plugin is installed by default with the bsb
package.
Useful links: GitHub repo.
This project allows the user to write their model configuration in the yaml file format.
This plugin is installed by default with the bsb
package.
Useful links: GitHub repo.
This project allows the user to simulate their brain model as point-neuron networks with the
NEST simulator.
This plugin is not installed by default with the bsb
package. To install it, you can run the following command:
pip install bsb[nest]
Warning
The NEST simulator is not installed with the bsb-nest package and should be installed separately.
Useful links: GitHub repo.
This project allows the user to simulate their brain model as detailed neural circuits with the
NEURON simulator.
This plugin is not installed by default with the bsb
package. To install it, you can run the following command:
pip install bsb[neuron]
Useful links: GitHub repo.
This project allows the user to simulate their brain model as detailed neural circuits with the
ARBOR simulator.
This plugin is not installed by default with the bsb
package. To install it, you can run the following command:
pip install bsb[arbor]
Check BSB Documentation.
This research has received funding from the European Union’s Horizon 2020 Framework Program for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3) and Specific Grant Agreement No. 785907 (Human Brain Project SGA2) and from Centro Fermi project “Local Neuronal Microcircuits” to ED. We acknowledge the use of EBRAINS platform and Fenix Infrastructure resources, which are partially funded from the European Union’s Horizon 2020 research and innovation programme through the ICEI project under the grant agreement No. 800858