Pārlūkot izejas kodu

Added submodule

Horea Christian 11 mēneši atpakaļ
vecāks
revīzija
965c430c75
3 mainītis faili ar 4 papildinājumiem un 10 dzēšanām
  1. 3 0
      .gitmodules
  2. 1 0
      code/neuralynx_nwb
  3. 0 10
      code/nwb_convert.sh

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "code/neuralynx_nwb"]
+	path = code/neuralynx_nwb
+	url = https://github.com/TheChymera/neuralynx_nwb

+ 1 - 0
code/neuralynx_nwb

@@ -0,0 +1 @@
+Subproject commit 791eb249026ef848eb444d19e780b7bdd92714d5

+ 0 - 10
code/nwb_convert.sh

@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-
-pushd code
-	git clone git@github.com:TheChymera/neuralynx_nwb.git
-	pushd neuralynx_nwb
-		# TODO record the current hash somewhere
-		./convert.sh "../../source/M322/M322-2022-07-22" "../../bids/"
-	popd
-rm neuralynx_nwb -rf
-popd