flowchart LR
A[Tumor BAM] --> C[Mutect2]
B[Normal BAM] --> C
D[PoN] --> C
E[gnomAD] --> C
C --> J[LearnReadOrientationModel]
C --> F[FilterMutectCalls]
J --> F
F --> G[PASS VCF]
A --> H[CNVkit]
B --> H
H --> I[CNV calls + plots]
classDef exercise fill:#ffeb3b,stroke:#333,stroke-width:2px;
class C,J,F,G,H,I exercise;
