... | @@ -28,13 +28,11 @@ Repository structure |
... | @@ -28,13 +28,11 @@ Repository structure |
|
graph LR;
|
|
graph LR;
|
|
Repository --> scr ;
|
|
Repository --> scr ;
|
|
Repository --> rscripts;
|
|
Repository --> rscripts;
|
|
Repository --> rutils;
|
|
|
|
Repository --> docs;
|
|
Repository --> docs;
|
|
Repository --> config.yml;
|
|
Repository --> config.yml;
|
|
|
|
|
|
scr --> id1["c-shell / bash scripts to run the entire data processing"];
|
|
scr --> id1["c-shell / bash scripts to run the entire data processing"];
|
|
rscripts --> id2["Rscripts to run each data processing stage defined in scr"];
|
|
rscripts --> id2["Rscripts to run each data processing stage defined in scr"];
|
|
rutils --> id3["Collection of utility functions "];
|
|
|
|
docs --> id4["Technical Report"];
|
|
docs --> id4["Technical Report"];
|
|
config.yml --> id5["Configuration file "];
|
|
config.yml --> id5["Configuration file "];
|
|
```
|
|
```
|
... | | ... | |