Skip to content

Commit

Permalink
fixup: all freq
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Apr 8, 2024
1 parent f305a50 commit 54c5455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-pipeline/src/data_pipeline/datasets/gnomad_sv_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def import_svs_from_vcfs(vcf_path):
),
).drop("n_homalt")
)

ds = ds.annotate(freq=hl.struct(all=ds.freq))
# Re-key
ds = ds.key_by("variant_id")

Expand Down

0 comments on commit 54c5455

Please sign in to comment.