Generates professional clinical PDF reports in English from WES (Whole Exome Sequencing) data with clinical interpretation summary, pharmacogenomic alerts, and follow-up recommendations.
Skill for generating professional clinical PDF reports in English from whole exome sequencing (WES) data. Designed for Novogene WES data (GATK + ANNOVAR pipeline) but adaptable to any WES pipeline with equivalent annotations.
Fire this skill when the user says any of:
Do NOT fire when:
wes-clinical-report-es)variant-annotation)clinical-variant-reporter)One skill, one task: convert WES markdown reports into professional English-language clinical PDFs with interpretation.
Page 1 (cover):
[Logo Left] [Logo Right]
+---------------------------------------------+
| Whole Exome Sequencing Report [SampleN] |
| Platform / Reference / Date |
+---------------------------------------------+
[KPIs: Total SNPs | Missense | Stopgain | Rare Damaging | ClinVar]
Results Interpretation
(auto-generated clinical summary paragraph)
Pages 2+:
1. Exome Summary
2. Clinically Significant Variants
3. Pharmacogenomics
4. Fitness and Nutrition Traits
5. Prioritised Rare Damaging Variants
6. Disease and Pathway Context
7. Methods
8. Ancestry Estimation
9. Limitations
[Disclaimer]
# Generate reports for all samples
python skills/wes-clinical-report-en/wes_clinical_report_en.py \
--report-dir /path/to/REPORTS/ \
--output-dir /path/to/PDF-EN/ \
--logo-left /path/to/logo_left.jpg \
--logo-right /path/to/logo_right.jpg
# Generate report for a single sample
python skills/wes-clinical-report-en/wes_clinical_report_en.py \
--report-dir /path/to/REPORTS/ \
--output-dir /path/to/PDF-EN/ \
--samples Sample3
# Demo with default Novogene data
python skills/wes-clinical-report-en/wes_clinical_report_en.py --demo
The skill consumes WES reports in markdown format generated by the
analysis pipeline (scripts 02-12 in ANALYSIS/SCRIPTS/). Each markdown
report must follow this structure:
# Whole Exome Sequencing Report: SampleN
> **Project** ... | **Platform** ... | ...
## 1. Exome Summary
## 2. Clinically Significant Variants
## 3. Pharmacogenomics
## 4. Fitness and Nutrition Traits
## 5. Prioritised Rare Damaging Variants
## 6. Disease and Pathway Context
## 7. Methods
ancestry_results.json in the ancestry output directory. If absent,
the section shows "No ancestry data available."ClawBio is a research and educational tool. It is not a medical device and does not provide clinical diagnoses. Consult a healthcare professional before making any medical decisions.
The agent dispatches and explains; the skill executes. The agent should not modify PDF generation logic inline. All report customisation goes through CLI flags.
variant-annotation: upstream VCF annotation feeding markdown reportsclinical-variant-reporter: ACMG classification for deeper analysiswes-clinical-report-es: Spanish language version of the same reportThis skill is private and not included in the ClawBio public catalog. It contains institutional report templates that should not be distributed publicly.