A processor for HDF5 files.
- http://download.alleninstitute.org/informatics-archive/prerelease/
- https://crcns.org/data-sets/hc/hc-6/about-hc-5
- https://buzsakilab.nyumc.org/datasets/NWB/SenzaiNeuron2017/
tests are defined in <your_processor>/tests directory.
- Ensure you
COPY <your_processor>/tests ./testsin<your_processor>/Dockerfile - Add a service for your processor in
docker-compose.yml - Ensure you are overriding the
COMMANDindocker-compose.ymlto execute the tests. - For any code change, run
docker-compose build && docker-compose up
Follow the instructions here.