nwb_convert.sh 372 B

12345678910
  1. #!/usr/bin/env bash
  2. pushd code
  3. git clone git@github.com:TheChymera/neuralynx_nwb.git
  4. pushd neuralynx_nwb/neuralynx_nwb
  5. git checkout 92e23e91c7e403d166ed5b04409e5a5778f4e01a
  6. python -c 'import convert; convert.reposit_data(data_dir="../../../", data_selection="M235/M235-2021-07-16/", output_filename="../../../M235/M235-2021-07-16")'
  7. popd
  8. rm neuralynx_nwb -rf
  9. popd