broadinstitute / gatk-sv

A structural variation pipeline for short-read sequencing
BSD 3-Clause "New" or "Revised" License
160 stars 71 forks source link

Make per-sample QC plots optional in MainVcfQc #671

Closed epiercehoffman closed 1 month ago

epiercehoffman commented 2 months ago

Updates

Added a boolean input do_per_sample_qc to MainVcfQc, which is set to true by default. When set to false, it does not perform per-sample QC plotting (or per-family, or per-sample benchmarking as those are dependent on the outputs of per-sample QC). This can help save money when only site-level plots are needed.

Testing