Skip to content

Commit bab5b5e

Browse files
committed
ruff
1 parent 3cd656b commit bab5b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/lib/tasks/write_remapped_and_subsetted_callset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def requires(self) -> list[luigi.Task]:
5454
RawFileTask(self.project_pedigree_path),
5555
]
5656
if (
57+
Env.CHECK_SEX_AND_RELATEDNESS and
5758
not self.skip_check_sex_and_relatedness
5859
and self.dataset_type.check_sex_and_relatedness
5960
):

0 commit comments

Comments
 (0)