You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
B1: Output prefix placeholder regex — \.(vcf|vcf\.gz)$ never matched
.vcf.gz because vcf matched first. Reordered to \.(vcf\.gz|vcf)$
B2: applyPreset reset vcfGz and excludeIntergenic to defaults — user
settings were lost when switching presets. Now preserved.
B3: No guard against disabling both TSV and VCF output — analysis
would produce no output files. Now prevents toggling off the last
active output format. Also resets vcfGz atomically when VCF is
disabled (single state update, no double-render).
0 commit comments