Skip to content

Commit c2e73af

Browse files
committed
add a checkpoint
1 parent 7b81551 commit c2e73af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

v03_pipeline/lib/tasks/update_lookup_table.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import luigi
33
import luigi.util
44

5-
from v03_pipeline.lib.misc.io import remap_pedigree_hash
5+
from v03_pipeline.lib.misc.io import checkpoint, remap_pedigree_hash
66
from v03_pipeline.lib.misc.lookup import (
77
compute_callset_lookup_ht,
88
join_lookup_hts,
@@ -112,4 +112,5 @@ def update_table(self, ht: hl.Table) -> hl.Table:
112112
),
113113
migrations=ht.migrations,
114114
)
115+
ht, _ = checkpoint(ht)
115116
return ht

0 commit comments

Comments
 (0)