Skip to content

Commit c05f6d4

Browse files
committed
ugh
1 parent bf8cc20 commit c05f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/reference_datasets/dbnsfp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_ht(path: str, reference_genome: ReferenceGenome) -> hl.Table:
6868
)
6969
# NB: We ran into weird issues...running out
7070
# of file descriptors on dataproc :/
71-
ht = checkpoint(ht)
71+
ht, _ = checkpoint(ht)
7272
select_fields = {'ref', 'alt', *types.keys(), *rename.keys()}
7373
ht = ht.select(
7474
*select_fields,

0 commit comments

Comments
 (0)