flowchart LR
A[Raw FASTQ] --> B[QC + Adapter<br/>fastp/MultiQC]
B --> C[Alignment<br/>bwa-mem2]
C --> D[Add Read Groups]
D --> E[Mark Duplicates<br/>GATK]
E --> F[BQSR]
F --> G[Contamination<br/>Check]
G --> H[Mutect2]
H --> I[Filter<br/>Calls]
I --> J[Annotation<br/>VEP]
%% Define the yellow style class
classDef covered fill:#ffeb3b,stroke:#333,stroke-width:2px;
%% Apply the class to specific nodes
class B,H,I,J covered;















