Skip to content

Commit 5f8ac62

Browse files
committed
delete project
1 parent 5931ad1 commit 5f8ac62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v03_pipeline/lib/tasks/update_variant_annotations_table_with_deleted_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ def update_table(self, ht: hl.Table) -> hl.Table:
6767
ht = ht.union(project_variants_ht)
6868
return ht.annotate_globals(
6969
updates=ht.updates.filter(lambda u: u.project_guid != self.project_guid),
70-
)
70+
)

v03_pipeline/lib/tasks/update_variant_annotations_table_with_deleted_project_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ def test_update_annotations_with_deleted_project(self) -> None:
168168
gt_stats=hl.Struct(AC=0, AN=1, AF=0.25, hom=0),
169169
),
170170
],
171-
)
171+
)

0 commit comments

Comments
 (0)