broadinstitute / gatk-sv

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

Fix UnboundLocalError #674

Closed CuriousTim closed 2 months ago

CuriousTim commented 2 months ago

The src/sv-pipeline/scripts/make_evidence_qc_table.py script attempts to set the columns of a pandas DataFrame before creating it resulting in an UnboundLocalError. This commit swaps these steps.