Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GVS sample QC to support multiple callsets per datasset [VS-177] #7451

Merged
merged 4 commits into from
Sep 8, 2021

Conversation

rsasch
Copy link

@rsasch rsasch commented Sep 1, 2021

  • modified SQL and documentation to account for more than one callset in a dataset
  • added note about permissions required to run the queries

Closes https://broadworkbench.atlassian.net/browse/VS-177

@rsasch rsasch marked this pull request as draft September 1, 2021 22:39
@rsasch rsasch changed the title Rsa qc vet updates [VS-177] Update GVS sample QC to support multiple callsets per datasset [VS-177] Sep 2, 2021
@rsasch rsasch marked this pull request as ready for review September 3, 2021 14:57
@rsasch rsasch requested a review from ahaessly September 8, 2021 13:31
Copy link
Contributor

@ahaessly ahaessly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 changes

@@ -66,7 +66,7 @@ SELECT "$NAME_OF_FILTER_SET" filter_set_name,
CASE WHEN INSTR(call_GT, "0") > 0 THEN "het" ELSE "homvar" END as gt_type, -- if GT contains a zero, its a het
titv(ref, alt) as titv,
CASE WHEN gnomad.location IS NULL THEN false ELSE true END in_gnomad
FROM `$FQ_DATASET.vet_all` v
FROM `$FQ_VET_ALL` v
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you either need to add FQ_VET_ALL to the README instructions or use a variable like: $FQ_PREFIX_vet_all

scripts/variantstore/callset_QC/README.md Outdated Show resolved Hide resolved
@rsasch
Copy link
Author

rsasch commented Sep 8, 2021

2 changes

Thanks for catching those! Changed so that only $FQ_PREFIX and $NAME_OF_FILTER_SET are used in the SQL and README.

@rsasch rsasch merged commit 549d849 into ah_var_store Sep 8, 2021
@rsasch rsasch deleted the rsa_QC_vet_updates branch September 8, 2021 18:45
This was referenced Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants