Setup#

To get started, clone this repo…

git clone https://github.com/neurodatawithoutborders/nwb_benchmarks.git
cd nwb_benchmarks

Setup a completely fresh environment…

conda env create --file environments/nwb_benchmarks.yaml --no-default-packages
conda activate nwb_benchmarks

You will also need to install the custom network tracking software tshark using their instructions.

On some platforms you will also need to set the envionment variable TSHARK_PATH to the location of the tshark executable. For example, on Windows:

set TSHARK_PATH="C:\Program Files\Wireshark\tshark.exe"