From 4e17f0ee3f2129de046f18f22893f08b194015ad Mon Sep 17 00:00:00 2001 From: ticlla <monicaroxana.ticllaccenhua@unibas.ch> Date: Mon, 18 Nov 2019 20:27:39 -0500 Subject: [PATCH] add DAGs to main readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5069db8..a2b3255 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,23 @@ MetaSnk is a modularized Snakemake workflow for the analysis of metagenomic data ### Modules: - [rawQC](README_rawQC.md) + + <div style="text-align:center"> + <img src="./images/rawQC_dag.png" width="130" height="250" /> + </div> + - [preQC](README_preQC.md) + + <div style="text-align:center"> + <img src="./images/preQC_dag.png" width="350" height="500" /> + </div> + - [PhlAnProf](README_phlanprof.md) + <div style="text-align:center"> + <img src="./images/PhlAnProf_dag.png" width="400" height="800" /> + </div> + ### Authors * Monica R. Ticlla (@mticllacc) @@ -115,7 +129,7 @@ Configure the workflow according to your needs via editing the file `config.yaml ``` - The **OUT_DIR** is the directory where MetaSnk will save the outputs of the workflow under the following structure: - + ``` $OUT_DIR ├── dataset_test_1 -- GitLab