Skip to content

Commit

Permalink
feat: added ExtractedVcvRecord.clinical_assertions (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Sep 6, 2024
1 parent 14a9107 commit 9e263a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/annonars/clinvar_data/extracted_vars.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ message ExtractedVcvRecord {
VariationType variation_type = 4;
// Classifications (thinned out).
annonars.clinvar_data.clinvar_public.AggregateClassificationSet classifications = 5;
// Clinical assertions (thinned out),
repeated annonars.clinvar_data.clinvar_public.ClinicalAssertion clinical_assertions = 8;
// The sequence location on one reference.
annonars.clinvar_data.clinvar_public.Location.SequenceLocation sequence_location = 6;
// List of HGNC IDs.
Expand Down

0 comments on commit 9e263a9

Please sign in to comment.