Skip to content

Commit cf5875c

Browse files
authored
Update 0004_add_gnomad_svs.py
1 parent 282bad2 commit cf5875c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v03_pipeline/migrations/annotations/0004_add_gnomad_svs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def migrate(ht: hl.Table, **_) -> hl.Table:
2525
).key_rows_by('rsid').rows()
2626
ht = ht.annotate(
2727
**{
28-
'info.GNOMAD_V4.1_TRUTH_VID': mapping_ht[ht.key][
29-
'info.GNOMAD_V4.1_TRUTH_VID'
28+
'info.GNOMAD_V4.1_TRUTH_VID': mapping_ht[ht.key].info[
29+
'GNOMAD_V4.1_TRUTH_VID'
3030
],
3131
},
3232
)

0 commit comments

Comments
 (0)