Skip to content

Commit cefeef9

Browse files
committed
indent block
1 parent 891078f commit cefeef9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

v03_pipeline/lib/tasks/validate_callset.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -127,22 +127,22 @@ def update_table(self, mt: hl.MatrixTable) -> hl.MatrixTable:
127127
self.reference_genome,
128128
self.sample_type,
129129
)
130-
if (
131-
Env.CHECK_SEX_AND_RELATEDNESS
132-
and not self.skip_check_sex_and_relatedness
133-
and self.dataset_type.check_sex_and_relatedness
134-
):
135-
sex_check_ht = hl.read_table(
136-
sex_check_table_path(
137-
self.reference_genome,
138-
self.dataset_type,
139-
self.callset_path,
140-
),
141-
)
142-
validate_imputed_sex_ploidy(
143-
mt,
144-
sex_check_ht,
145-
)
130+
if (
131+
Env.CHECK_SEX_AND_RELATEDNESS
132+
and not self.skip_check_sex_and_relatedness
133+
and self.dataset_type.check_sex_and_relatedness
134+
):
135+
sex_check_ht = hl.read_table(
136+
sex_check_table_path(
137+
self.reference_genome,
138+
self.dataset_type,
139+
self.callset_path,
140+
),
141+
)
142+
validate_imputed_sex_ploidy(
143+
mt,
144+
sex_check_ht,
145+
)
146146
return mt.select_globals(
147147
callset_path=self.callset_path,
148148
validated_sample_type=self.sample_type.value,

0 commit comments

Comments
 (0)