From 39ce55800504ac1524ad7cf52251f3d78f5a5fd8 Mon Sep 17 00:00:00 2001 From: nylander Date: Wed, 11 Apr 2018 14:25:04 +0200 Subject: [PATCH] added new folders --- analyses/README.md | 10 ++++++++++ bin/init.sh | 7 +++++-- raw-data/README.md | 10 ++++++++++ results/README.md | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 analyses/README.md create mode 100644 raw-data/README.md diff --git a/analyses/README.md b/analyses/README.md new file mode 100644 index 0000000..92673cd --- /dev/null +++ b/analyses/README.md @@ -0,0 +1,10 @@ +# ptemplate -- results + +**Version:** 2016-01-25 + +**Sign:** nylander + +## Description + +Text here. + diff --git a/bin/init.sh b/bin/init.sh index 51142be..585cf38 100755 --- a/bin/init.sh +++ b/bin/init.sh @@ -29,10 +29,13 @@ $(find bin -type f -executable ! -iname "init.sh" -printf "* %p\n") ## Data -Data in the \`data\` folder. +Data in the \`data\` folder, raw data in the \`raw-data\` folder. ## Analyses +Analyses in \`analyses\` folder. + + Text here. --- @@ -70,7 +73,7 @@ fi ## Create other README.md files if true ; then - for f in bin data results src ; do + for f in bin data raw-data analyses results src ; do cat << EOF > "$f"/README.md # $PROJNAME -- $f diff --git a/raw-data/README.md b/raw-data/README.md new file mode 100644 index 0000000..f83080e --- /dev/null +++ b/raw-data/README.md @@ -0,0 +1,10 @@ +# ptemplate -- raw data + +**Version:** 2016-01-25 + +**Sign:** nylander + +## Description + +Text here. + diff --git a/results/README.md b/results/README.md index 92673cd..3ea35a4 100644 --- a/results/README.md +++ b/results/README.md @@ -1,4 +1,4 @@ -# ptemplate -- results +# ptemplate -- analyses **Version:** 2016-01-25