#simulation #science #neuro-science

bin+lib cantata

Convert SONATA package neuro science simulations into Arbor simulations

3 unstable releases

0.2.2 Aug 29, 2024
0.2.0 Aug 29, 2024
0.1.0 Aug 22, 2024

#1295 in Command line utilities

Download history 125/week @ 2024-08-19 257/week @ 2024-08-26 5/week @ 2024-09-02

387 downloads per month

BSD-3-Clause

115KB
2.5K SLoC

Rust 2.5K SLoC // 0.0% comments Python 379 SLoC // 0.1% comments

Cantata

Translate SONATA simulations into Arbor simulation bundles.

Dependencies

We require a recent version of Rust (1.80), Python (3.10 or later), and HDF5 (development, i.e. headers and libraries). Acquiring some examples in SONATA will be helpful; you can do so here

https://github.com/AllenInstitute/sonata

or here

https://github.com/AllenInstitute/bmtk

Setup (stable)

cargo install cantata

Run a test

cantata build path/to/sonata/simulation.json out-dir
cd out-dir
python3 main.py

This will perform the translation and create a working simulation in the output directory out-dir. Running the simulation will generate the requested outputs (spikes and traces) in out-dir/out. You may want/need to tweak the simulation.

There is a convenience wrapper that does all of the above and will construct and execute the simulation in simulation.sim.

cantata run path/to/sonata/simulation.json

Setup (dev)

git clone https://github.com/thorstenhater/cantata.git

Run a test

cd cantata
cargo run -- build path/to/sonata/simulation.json out-dir
cd out-dir
python3 main.py

This will perform the translation and create a working simulation in the output directory out-dir. Running the simulation will generate the requested outputs (spikes and traces) in out-dir/out. You may want/need to tweak the simulation.

Dependencies

~13–21MB
~302K SLoC