Skip to content

Commit

Permalink
almost there.
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb committed Oct 6, 2024
1 parent 3f76522 commit 7a03524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gks-procs/variation-identity-proc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -637,4 +637,4 @@ BEGIN
""", rec.schema_name, rec.schema_name, rec.schema_name, rec.schema_name);

END FOR;
END;
END;
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ BEGIN

END;


-- find intersection between voi and voi_scv windows for the same variant to create the voi_group records
-- date window intersection is found by using the condition ((start_window1 <= end_window2) AND (end_window1 >= start_window2))
-- the start and end dates are always inclusive, meaning the start date is the date that the record is first available and
Expand Down

0 comments on commit 7a03524

Please sign in to comment.