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

Batch population of alt_allele table from vet_ tables [VS-265] #7998

Merged
merged 26 commits into from
Aug 24, 2022

Conversation

rsasch
Copy link

@rsasch rsasch commented Aug 22, 2022

I tested this by:

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

❗ No coverage uploaded for pull request base (ah_var_store@187fe60). Click here to learn what that means.
The diff coverage is n/a.

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           

@rsasch rsasch marked this pull request as ready for review August 23, 2022 18:16
@@ -232,6 +250,6 @@ task PopulateAltAlleleTable {
}

output {
String done = "~{vet_table_name}"
String done = "~{sep=' ' vet_table_names}"
Copy link
Collaborator

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.

@rsasch
Copy link
Author

rsasch commented Aug 24, 2022

PR reviewed in mob 8/24/22, additional 👍🏻s are implied

@rsasch rsasch merged commit 092cb76 into ah_var_store Aug 24, 2022
@rsasch rsasch deleted the rsa_vs_265_batch_alt_allele branch August 24, 2022 19:25
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