Skip to content
Snippets Groups Projects
Commit 4e17f0ee authored by Ticlla Ccenhua Monica Roxana's avatar Ticlla Ccenhua Monica Roxana
Browse files

add DAGs to main readme

parent 319d47c4
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,23 @@ MetaSnk is a modularized Snakemake workflow for the analysis of metagenomic data ...@@ -10,9 +10,23 @@ MetaSnk is a modularized Snakemake workflow for the analysis of metagenomic data
### Modules: ### Modules:
- [rawQC](README_rawQC.md) - [rawQC](README_rawQC.md)
<div style="text-align:center">
<img src="./images/rawQC_dag.png" width="130" height="250" />
</div>
- [preQC](README_preQC.md) - [preQC](README_preQC.md)
<div style="text-align:center">
<img src="./images/preQC_dag.png" width="350" height="500" />
</div>
- [PhlAnProf](README_phlanprof.md) - [PhlAnProf](README_phlanprof.md)
<div style="text-align:center">
<img src="./images/PhlAnProf_dag.png" width="400" height="800" />
</div>
### Authors ### Authors
* Monica R. Ticlla (@mticllacc) * Monica R. Ticlla (@mticllacc)
...@@ -115,7 +129,7 @@ Configure the workflow according to your needs via editing the file `config.yaml ...@@ -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 - The **OUT_DIR** is the directory where MetaSnk will save the outputs of the
workflow under the following structure: workflow under the following structure:
``` ```
$OUT_DIR $OUT_DIR
├── dataset_test_1 ├── dataset_test_1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment