Browse Source

move synthseg submodule to code folder

for compliance with yoda principles
Lea Waller 7 hours ago
parent
commit
1d0caecdaa
3 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitmodules
  2. 1 1
      code/build-synthseg-container.sh
  3. 0 0
      code/synthseg

+ 1 - 1
.gitmodules

@@ -1,3 +1,3 @@
 [submodule "synthseg"]
-	path = synthseg
+	path = code/synthseg
 	url = https://github.com/HippocampusGirl/SynthSeg.git

+ 1 - 1
code/build-synthseg-container.sh

@@ -8,7 +8,7 @@ base_directory=$(git rev-parse --show-toplevel)
 docker buildx build \
     --tag="synthseg:latest" \
     --load \
-    "${base_directory}/synthseg"
+    "${base_directory}/code/synthseg"
 singularity \
     build \
     --disable-cache \

synthseg → code/synthseg