Skip to content

Commit

Permalink
added new folders
Browse files Browse the repository at this point in the history
  • Loading branch information
nylander committed Apr 11, 2018
1 parent 70b0d5f commit 39ce558
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
10 changes: 10 additions & 0 deletions analyses/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ptemplate -- results

**Version:** 2016-01-25

**Sign:** nylander

## Description

Text here.

7 changes: 5 additions & 2 deletions bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---
Expand Down Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions raw-data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ptemplate -- raw data

**Version:** 2016-01-25

**Sign:** nylander

## Description

Text here.

2 changes: 1 addition & 1 deletion results/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ptemplate -- results
# ptemplate -- analyses

**Version:** 2016-01-25

Expand Down

0 comments on commit 39ce558

Please sign in to comment.