Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 492 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 492 Bytes

Application of OASIS to spikefinder challenge

Build Docker image

docker build -t spikefinder .

Launch container

docker run -it spikefinder bash

Run dataset, e.g. dataset 7

python my_spikefinder.py 7

Exit container

exit