From 781d4ba37016f93549662212284982a8720b1091 Mon Sep 17 00:00:00 2001 From: pdimens Date: Wed, 20 Nov 2024 14:18:40 -0500 Subject: [PATCH] update with assembly --- index.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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