... | ... | @@ -29,12 +29,14 @@ graph LR; |
|
|
Repository --> scr ;
|
|
|
Repository --> rscripts;
|
|
|
Repository --> rutils;
|
|
|
Repository --> docs;
|
|
|
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"];
|
|
|
scr --> id1["c-shell / bash scripts to run the entire data processing"];
|
|
|
rscripts --> id2["Rscripts to run each data processing stage defined in scr"];
|
|
|
rutils --> id3["Collection of utility functions "];
|
|
|
docs --> id4["Technical Report"];
|
|
|
config.yml --> id5["Configuration file "];
|
|
|
```
|
|
|
|
|
|
About
|
... | ... | |