... | ... | @@ -11,3 +11,17 @@ Resources: |
|
|
- [Examples]()
|
|
|
|
|
|
|
|
|
**Repository structure**
|
|
|
|
|
|
```mermaid
|
|
|
graph LR;
|
|
|
Repository --> scr ;
|
|
|
Repository --> rscripts;
|
|
|
Repository --> rutils;
|
|
|
Repository --> config.yml;
|
|
|
|
|
|
scr --> id1["c-shell / bash scripts to run the entire data processing according to the workflow"];
|
|
|
rscripts --> id2["Rscripts to run each data processing stage defined in Workflow (scr) "];
|
|
|
rutils --> id3["Collection of utility functions"];
|
|
|
config.yml --> id4["Configuration file"];
|
|
|
``` |