Skip to content

Commit

Permalink
add scout keywords to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Sep 3, 2024
1 parent d7e4525 commit 43d4c04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cg/meta/upload/scout/hk_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class CaseTags(BaseModel):
None, description="vcf_snv for rare disease and vcf_cancer for cancer"
)
vcf_snv_research: set[str] | None = Field(None, description="vcf_snv_research for rare disease")
vcf_snv_mt: set[str] | None = Field(
None, description="vcf_snv for rare disease, mitochondria"
)
vcf_snv_research_mt: set[str] | None = Field(None, description="vcf_snv_research for rare disease, mitochondria")
vcf_sv: set[str] | None = Field(
None, description="vcf_cancer_sv for rare disease and vcf_sv_cancer for cancer"
)
Expand Down

0 comments on commit 43d4c04

Please sign in to comment.