Skip to content

Commit 62ee004

Browse files
committed
default false
1 parent bb0cb7b commit 62ee004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/write_remapped_and_subsetted_callset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class WriteRemappedAndSubsettedCallsetTask(BaseWriteTask):
3737
parsing=luigi.BoolParameter.EXPLICIT_PARSING,
3838
)
3939
check_sex_and_relatedness = luigi.BoolParameter(
40-
default=True,
40+
default=False,
4141
parsing=luigi.BoolParameter.EXPLICIT_PARSING,
4242
)
4343

0 commit comments

Comments
 (0)