Remi Gau 05f5767537 [DATALAD] Recorded changes | 2 years ago | |
---|---|---|
.. | ||
data | 2 years ago | |
lib | 2 years ago | |
.gitignore | 2 years ago | |
.pre-commit-config.yaml | 2 years ago | |
01_indexing_source_data.ipynb | 2 years ago | |
02_BEP032_templater.ipynb | 2 years ago | |
03_neo_conversion.ipynb | 2 years ago | |
README.md | 2 years ago | |
config_bids_filename.json | 2 years ago | |
config_pybids.json | 2 years ago | |
convert.py | 2 years ago | |
participants_map.csv | 2 years ago | |
participants_map_short.csv | 2 years ago | |
requirements.txt | 2 years ago | |
test_convert.py | 2 years ago | |
test_utils.py | 2 years ago | |
utils.py | 2 years ago |
Inside a virtual environment (conda
or virtualenv
or whatever floats your
boat ⛵)
This will install BEP032tools and the Neo "bleeding edge"
pip install -r requirements.txt
cd lib/BEP032tools
pip install .[tools]
cd ../python_neo
python setup.py install
Because pybids does not yet support ephys or microscopy, we use a modified config for it.
code/01_indexing_source_data.ipynb
goes through the sourcedata
and creates a
listing between each file to convert and the entities that will be associated with it.