diff --git a/index.md b/index.md index 3fd0cd260..7fd806cf4 100644 --- a/index.md +++ b/index.md @@ -22,8 +22,10 @@ Great! Only want to call variants? Awesome! All modules are called by `harpy Phase([phase haplotypes]):::clean Align--->SV([call structural variants]):::clean + classDef clean fill:#f5f6f9,stroke:#b7c9ef,stroke-width:2px +``` + +Alternatively, if you are interested in assembling a genome or metagenome, your workflow might look like: + +```mermaid +graph LR + QC([QC, trim adapters, etc.]):::clean--->DC([barcode deconvolution]):::clean + DC--->Assembly([assembly/metassembly]):::clean + classDef clean fill:#f5f6f9,stroke:#b7c9ef,stroke-width:2px ``` \ No newline at end of file