Skip to content

Commit f54d1c9

Browse files
committed
bump
1 parent 2786bc0 commit f54d1c9

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

v03_pipeline/lib/tasks/write_project_family_tables_test.py

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,22 +83,26 @@ def test_snv_write_project_family_tables_task(self) -> None:
8383
self.assertCountEqual(
8484
hl.read_table(
8585
project_table_path(
86-
ReferenceGenome.GRCh38, DatasetType.SNV_INDEL, 'R0113_test_project'
86+
ReferenceGenome.GRCh38,
87+
DatasetType.SNV_INDEL,
88+
'R0113_test_project',
8789
),
8890
).family_guids.collect(),
89-
[[
90-
'123_1',
91-
'234_1',
92-
'345_1',
93-
'456_1',
94-
'567_1',
95-
'678_1',
96-
'789_1',
97-
'890_1',
98-
'901_1',
99-
'bcd_1',
100-
'cde_1',
101-
'def_1',
102-
'efg_1',
103-
]],
91+
[
92+
[
93+
'123_1',
94+
'234_1',
95+
'345_1',
96+
'456_1',
97+
'567_1',
98+
'678_1',
99+
'789_1',
100+
'890_1',
101+
'901_1',
102+
'bcd_1',
103+
'cde_1',
104+
'def_1',
105+
'efg_1',
106+
]
107+
],
104108
)

0 commit comments

Comments
 (0)