nwb_convert.sh 248 B

12345678910
  1. #!/usr/bin/env bash
  2. pushd code
  3. git clone git@github.com:TheChymera/neuralynx_nwb.git
  4. pushd neuralynx_nwb
  5. # TODO record the current hash somewhere
  6. ./convert.sh "../../source/M322/M322-2022-07-22" "../../bids/"
  7. popd
  8. rm neuralynx_nwb -rf
  9. popd