-
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
VS-637 Address a couple of issues in SampleLoadStatus handling in GVSImportGenomes. #8052
VS-637 Address a couple of issues in SampleLoadStatus handling in GVSImportGenomes. #8052
Conversation
…le STARTED and FINISHED records. Also, have it run the query NOT in batch mode.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## ah_var_store #8052 +/- ##
================================================
Coverage ? 86.242%
Complexity ? 35201
================================================
Files ? 2173
Lines ? 165041
Branches ? 17794
================================================
Hits ? 142334
Misses ? 16379
Partials ? 6328 |
Github actions tests reported job failures from actions build 3244925651
|
Github actions tests reported job failures from actions build 3245059454
|
Github actions tests reported job failures from actions build 3245400724
|
Github actions tests reported job failures from actions build 3245510955
|
retest this please |
…DATE statement (BigQuery allows only 20 concurrent).
@@ -22,7 +22,7 @@ workflow GvsImportGenomes { | |||
Int? load_data_batch_size | |||
Int? load_data_preemptible_override | |||
Int? load_data_maxretries_override | |||
File? load_data_gatk_override = "gs://gvs_quickstart_storage/jars/gatk-package-4.2.0.0-613-g1219576-SNAPSHOT-local.jar" | |||
File? load_data_gatk_override = "gs://gvs_quickstart_storage/jars/VS-637/gatk-package-4.2.0.0-614-g8f8f1691-SNAPSHOT-local.jar" |
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.
Note - will update this (put the jar in the 'standard' location) at merge time.
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.
LGTM
…pectSampleLoadStatusFinishedFlag
…pectSampleLoadStatusFinishedFlag
This PR addresses some issues with tracking of sample loading in GVSImportGenomes.