File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
)
11
11
from v03_pipeline .lib .misc .allele_registry import register_alleles_in_chunks
12
12
from v03_pipeline .lib .misc .callsets import get_callset_ht
13
- from v03_pipeline .lib .misc .io import remap_pedigree_hash
13
+ from v03_pipeline .lib .misc .io import checkpoint , remap_pedigree_hash
14
14
from v03_pipeline .lib .misc .math import constrain
15
15
from v03_pipeline .lib .model import (
16
16
Env ,
@@ -194,6 +194,7 @@ def create_table(self) -> hl.Table:
194
194
self .reference_genome ,
195
195
):
196
196
ar_ht = ar_ht .union (ar_ht_chunk )
197
+ ar_ht , _ = checkpoint (ar_ht )
197
198
new_variants_ht = new_variants_ht .join (ar_ht , 'left' )
198
199
elif self .dataset_type .should_send_to_allele_registry :
199
200
new_variants_ht = new_variants_ht .annotate (CAID = hl .missing (hl .tstr ))
You can’t perform that action at this time.
0 commit comments