Skip to content

Commit 35b2615

Browse files
authored
Update update_variant_annotations_table_with_new_samples.py
1 parent 0e09b6a commit 35b2615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/update_variant_annotations_table_with_new_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def update_table(self, ht: hl.Table) -> hl.Table:
177177
remapped_and_subsetted_callset_path(
178178
self.reference_genome,
179179
self.dataset_type,
180-
callset_path,ca
180+
callset_path,
181181
project_guid,
182182
),
183183
).rows()

0 commit comments

Comments
 (0)