Each run writes a single self-contained HTML artefact into --out (default: the parent directory of --vcf). The filename and contents differ by the auto-detected mode:
<sample>.report.html (circos plot + linear cytoband SV map embedded as base64 PNG data URIs, plus a collapsible run-metadata block).<sample>.compound_het.report.html (one phased-haplotype panel per gene, embedded the same way; auto-select runs split into a strict and extended section).No separate PNG files are written; figures live inside the HTML. Right-click → save to extract a PNG locally if you need one — each compound-het panel’s PNG carries the gene symbol baked in (top-left, bold) so a saved image is self-describing.
All bundled in molamola/data/:
cytoBand.txt.gz (hg38) and cytoBand.t2t.txt.gz (T2T-CHM13v2.0) — UCSC cytoband annotations for SV mode.canonical_exons.hg38.tsv.gz — MANE Select v1.5 canonical-transcript span + per-exon coordinates (~19,200 protein-coding genes).clinvar.hg38.tsv.xz — molamola’s reduced ClinVar TSV (~13 MB; xz-compressed; release date logged in each report’s run-metadata). The --clinvar flag accepts either this TSV or NCBI’s raw ClinVar VCF (auto-detected by extension).molamola is bundled-only by design — no auto-download, no online lookups. All bundled refs are reproducibly regeneratable from public sources by running scripts/derive_canonical_exons.py and scripts/derive_clinvar_for_molamola.py.
Outer ring: cytoband ideogram (default pyCirclize colours). Inner ribbons: each PASS BND, line-thickness scaled by SUPPORT, colour by VAF (plasma, saturating above 0.7). Noise-flagged BNDs render grey/dashed at low alpha so the eye goes to the candidate signal.
One row per chromosome, top-down chr1 → chrY:
One panel per plotted gene. Top-down:
#c0143c, VUS #f4a013, conflicting #d9c200, benign #5fa860, no-ClinVar grey).x markers on the hap line for canonical-transcript variants that aren’t missense, included as context.A single self-contained HTML file (no server, no external CSS/JS, opens offline). Figures are embedded as base64 PNG data URIs. A collapsible run-metadata block at the bottom shows mode-specific provenance:
Designed as a portable review surface — emailable, archivable, no install needed for the reader.