-
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
VAT Readme updates #8090
VAT Readme updates #8090
Conversation
The third input is the ancestry file from the ancestry pipeline which will be used to calculate AC, AN and AF for all subpopulations. It needs to be copied into a GCP bucket that this pipeline will have access to. This input has been labelled as the `ancestry_file`. | ||
|
||
Most of the other files are specific to where the VAT will live, like the project_id and dataset_name and the table_suffix which will name the VAT itself as vat_`table_suffix` as well as a GCP bucket location, the output_path, for the intermediary files and the VAT export in tsv form. | ||
|
||
All optional inputs are provided with default values. | ||
|
||
### Preparing to run GvsCreateVATfromVDS: | ||
Three inputs need to be created from the VDS. | ||
The third input can be created using the ancestry pipeline which is in another workspace. |
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.
where?
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 dunno
### Preparing to run GvsCreateVATfromVDS: | ||
Three inputs need to be created from the VDS. | ||
The third input can be created using the ancestry pipeline which is in another workspace. | ||
The first and second inputs can be creating using this python script:`scripts/variantstore/wdl/extract/hail_create_vat_inputs.py` |
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.
must this be a cluster or could this be done in a WDL after copying down the inputs?
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.
good question---might be worth asking George actually. I'm not sure which he did
ebfefec
to
feec03d
Compare
Github actions tests reported job failures from actions build 3624257957
|
Update the VAT pipeline readme to know about the VDS inputs
This will need to further be edited once George's VDS VAT pipeline changes have been completed