Skip to content
/ bsb Public

Metadata repository for the `bsb` package, which installs the `bsb-core` framework and a default set of plugins.

License

Notifications You must be signed in to change notification settings

dbbs-lab/bsb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Brain Scaffold Builder suite

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.

Installation

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.

BSB repositories

bsb-core

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]

bsb-hdf5

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.

bsb-json

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.

bsb-yaml

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.

bsb-nest

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.

bsb-neuron

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]

bsb-arbor

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]

Running bsb reconstructions and simulations

Check BSB Documentation.

Acknowledgements

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

About

Metadata repository for the `bsb` package, which installs the `bsb-core` framework and a default set of plugins.

Resources

License

Stars

Watchers

Forks

Packages

No packages published