Skip to content

Commit a96e77f

Browse files
authored
add skip_check_sex_and_relatedness to pipeline-worker (#1023)
1 parent b2deaa0 commit a96e77f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/api/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class LoadingPipelineRequest(BaseModel):
1414
dataset_type: DatasetType
1515
ignore_missing_samples_when_remapping: bool = False
1616
skip_validation: bool = False
17+
skip_check_sex_and_relatedness: bool = False
1718

1819
@field_validator('callset_path')
1920
@classmethod

0 commit comments

Comments
 (0)