Skip to content

Commit b053f2c

Browse files
authored
transmute (#691)
* Feature flag reference data update * transmute * ruff * Add flag to unit tests
1 parent 7f7158c commit b053f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/write_family_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def create_table(self) -> hl.Table:
8888
**self.param_kwargs,
8989
),
9090
)
91-
ht = ht.annotate(
91+
ht = ht.transmute(
9292
entries=hl.flatten(ht.family_entries),
9393
)
9494
return ht.select_globals(

0 commit comments

Comments
 (0)