-
Notifications
You must be signed in to change notification settings - Fork 596
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
Batch population of alt_allele table from vet_ tables [VS-265] #7998
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## ah_var_store #7998 +/- ##
================================================
Coverage ? 86.241%
Complexity ? 35196
================================================
Files ? 2173
Lines ? 165016
Branches ? 17793
================================================
Hits ? 142311
Misses ? 16378
Partials ? 6327 |
@@ -232,6 +250,6 @@ task PopulateAltAlleleTable { | |||
} | |||
|
|||
output { | |||
String done = "~{vet_table_name}" | |||
String done = "~{sep=' ' vet_table_names}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been using done
as a boolean to indicate when the call is done so tasks dependent on side effects will know when to run. It seems this is actually a different concept, whitespace separated vet table names.
PR reviewed in mob 8/24/22, additional 👍🏻s are implied |
I tested this by:
GvsAssignIds
workflowsample_ids
to span from 1 to 15535vet_002
,vet_003
,vet_004
,ref_ranges_002
,ref_ranges_003
,ref_ranged_004
tablesGvsImportGenomes
workflowGvsPopulateAltAllele
workflow withmax_alt_allele_shards
to 3 so that it would divide the vet tables into (at most) 3 filessee https://app.terra.bio/#workspaces/gvs-dev/RSA%20-%20GVS%20Quickstart%20V2%20/job_history/b1b319bc-a2aa-44cb-ad9a-079b7c1c33de for
GvsPopulateAltAllele
run