-
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
Update Quickstart & Integration to use re-blocked v2 gVCFs [VS-491] #7924
Conversation
Codecov Report
@@ Coverage Diff @@
## ah_var_store #7924 +/- ##
================================================
Coverage ? 85.943%
Complexity ? 35050
================================================
Files ? 2170
Lines ? 164888
Branches ? 17785
================================================
Hits ? 141710
Misses ? 16895
Partials ? 6283 |
@@ -10,15 +10,14 @@ Through this QuickStart you will learn how to use the Broad Genomic Variant Stor | |||
This quickstart assumes that you are familiar with Terra workspaces, the data model and providing input parameters and launching workflows. | |||
|
|||
1. You will need to have or create a BigQuery dataset (we'll call this `dataset_name` later on). | |||
2. Grant the "BigQuery Data Editor" role on that **dataset** to your Terra PROXY group. Your proxy group name can be found on your Terra Profile page and look something like `PROXY_12345678901234567890@firecloud.org`. |
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.
did we used to need this? I'm so curious about where this came from!
"gs://fc-2b4456d7-974b-4b67-90f8-63c2fd2c03d4/gvcfs/HG00444.haplotypeCalls.er.raw.vcf.gz.vcf.gz", | ||
"gs://fc-2b4456d7-974b-4b67-90f8-63c2fd2c03d4/gvcfs/HG00447.haplotypeCalls.er.raw.vcf.gz.vcf.gz", | ||
"gs://fc-2b4456d7-974b-4b67-90f8-63c2fd2c03d4/gvcfs/HG00450.haplotypeCalls.er.raw.vcf.gz.vcf.gz" | ||
"gs://gvs-internal-quickstart/reblocked-v2-vcfs/HG00405.haplotypeCalls.er.raw.vcf.gz.rb.g.vcf.gz", |
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.
nice!
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.
should I be worried that the "example" output VCFs in the Beta workspace now might look slightly different? Or actually, this reblocking change in theory should not alter the outcome....just the cost and efficiency of the pipeline, right?
Closes https://broadworkbench.atlassian.net/browse/VS-491