Skip to content

Commit

Permalink
add flowchar
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 11, 2024
1 parent 4d7db9c commit 4e964fa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,19 @@ You can call `harpy` without any arguments (or with `--help`) to print the docst
│ stitchparams Create a template STITCH parameter file │
╰──────────────────────────────────────────────────────────────╯
```

## Linked-Read Workflow
Depending on your project goals, you may want any combination of SNPs, structural variants (inversions, deletions, duplications), or phased haplotypes. Below is a flow chart
outlining a general workflow of linked-read data.

```mermaid
graph LR
Demux([demultiplex]):::clean--->QC([QC, trim adapters, etc.]):::clean
QC--->Align([align sequences]):::clean
Align--->SNP([call SNPs]):::clean
SNP--->Impute([impute genotypes]):::clean
SNP--->Phase([phase haplotypes]):::clean
Align--->SV([call structural variants]):::clean
classDef clean fill:#f5f6f9,stroke:#b7c9ef,stroke-width:2px
```

0 comments on commit 4e964fa

Please sign in to comment.