Skip to content

Commit

Permalink
Report not madatory
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Nov 14, 2023
1 parent 4253a7b commit 2961167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/models/scout/scout_load_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class ScoutLoadConfig(BaseModel):
analysis_date: Optional[datetime] = None
samples: list[ScoutIndividual] = []

delivery_report: str
delivery_report: Optional[str] = None
coverage_qc_report: Optional[str] = None
cnv_report: Optional[str] = None
multiqc: Optional[str] = None
Expand Down

0 comments on commit 2961167

Please sign in to comment.