Browse Source

Apply YODA dataset setup

Lennart Wittkuhn 3 years ago
parent
commit
6b6dc62d60
5 changed files with 15 additions and 1 deletions
  1. 3 1
      .gitattributes
  2. 0 0
      CHANGELOG.md
  3. 7 0
      README.md
  4. 2 0
      code/.gitattributes
  5. 3 0
      code/README.md

+ 3 - 1
.gitattributes

@@ -1,3 +1,5 @@
 
 * annex.backend=MD5E
-**/.git* annex.largefiles=nothing
+**/.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/`.

+ 2 - 0
code/.gitattributes

@@ -0,0 +1,2 @@
+
+* 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.