Skip to content

Commit 68192c4

Browse files
committed
fixup(data-pipelines): fix incorrect var
1 parent 32a314e commit 68192c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-pipeline/src/data_pipeline/datasets/gnomad_v4/gnomad_v4_constraint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ def prepare_gnomad_v4_constraint(path):
4646

4747

4848
def remove_gnomad_v4_constraint(genes_path):
49-
ds = hl.read_table(path)
49+
ds = hl.read_table(genes_path)
5050
ds = ds.drop("gnomad_constraint")
5151
return ds

0 commit comments

Comments
 (0)