-
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
Removed usage of service account from WDLs #7985
Conversation
…enomes.wdl Removed usage of service account from GvsCreateAltAllele.wdl, GvsCreateFilterSet.wdl, and GvsWithdrawSamples.wdl Removing missed usages of service account in GvsCreateAltAllele.wdl and related python script Removed usage of service account from GvsPrepareRangesCallset.wdl, GvsExtractCallset.wdl, and GvsExtractCohortFromSampleNames.wdl - also removed from related python script, rebuilt docker and updated all usages of ah_var_store_ docker to the test build. Removed service account usage from GvsUnified.wdl and GvsJointVariantCalling.wdl Removed usage of service_account from GvsAoUReblockGvcf.wdl, GvsBenchmarkExtractTask.wdl, and GvsRescatterCallsetInterval.wdl
In order to test this, I created a small (10 sample) test set using all of us data. That is here |
Codecov Report
@@ Coverage Diff @@
## ah_var_store #7985 +/- ##
================================================
Coverage ? 86.243%
Complexity ? 35203
================================================
Files ? 2173
Lines ? 165016
Branches ? 17792
================================================
Hits ? 142315
Misses ? 16376
Partials ? 6325 |
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.
yesss 👍 👍 👍 (once all the WDLs have tested out)
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! I would definitely test GvsAoUReblockGvcf.wdl
to make sure that we don't need the SA to access where the un-blocked gVCFs are. And we should probably give AoU (Tarek/Shimon) a heads up that the ExtractCohortFromSampleNames
WDL won't have the SA anymore (I don't know how it was run in the past).
Confirmed that |
Update dockers to 'ah_var_store_2022_08_16'
Removed usage of service account from:
GvsAssignIds.wdl
GvsImportGenomes.wdl
GvsCreateAltAllele.wdl
GvsCreateFilterSet.wdl
GvsWithdrawSamples.wdl
GvsCreateAltAllele.wdl
GvsPrepareRangesCallset.wdl
GvsExtractCallset.wdl
GvsExtractCohortFromSampleNames.wdl
GvsUnified.wdl
GvsJointVariantCalling.wdl
GvsAoUReblockGvcf.wdl
GvsBenchmarkExtractTask.wdl
GvsRescatterCallsetInterval.wdl