Jelajahi Sumber

Apply YODA dataset setup

arefks WorkPC 1 tahun lalu
induk
melakukan
7af165475b
5 mengubah file dengan 15 tambahan dan 2 penghapusan
  1. 4 2
      .gitattributes
  2. 0 0
      CHANGELOG.md
  3. 7 0
      README.md
  4. 1 0
      code/.gitattributes
  5. 3 0
      code/README.md

+ 4 - 2
.gitattributes

@@ -1,2 +1,4 @@
-* annex.backend=MD5E
-**/.git* annex.largefiles=nothing
+* annex.backend=MD5E
+**/.git* annex.largefiles=nothing
+CHANGELOG.md annex.largefiles=nothing
+README.md annex.largefiles=nothing

+ 0 - 0
CHANGELOG.md


+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+# Project <insert name>
+
+## Dataset structure
+
+- All inputs (i.e. building blocks from other sources) are located in
+  `inputs/`.
+- All custom code is located in `code/`.

+ 1 - 0
code/.gitattributes

@@ -0,0 +1 @@
+* annex.largefiles=nothing

+ 3 - 0
code/README.md

@@ -0,0 +1,3 @@
+All custom code goes into this directory. All scripts should be written such
+that they can be executed from the root of the dataset, and are only using
+relative paths for portability.