-
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 284 Add prepare step to Quick Start #7685
Conversation
a869b61
to
e14dd90
Compare
| ---------------- |-------------------------------------------------------------------------------------------------| | ||
| data_project | The name of the google project containing the dataset | | ||
| default_dataset | The name of the dataset | | ||
| destination_cohort_table_prefix | The name of the preparation table that this step is creating | |
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.
Maybe add an example to the description here? e.g. a table named <destination_cohort_table_prefix>__REF_RANGES will be created
just to make it clear that it's a prefix.
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!
| data_project | The name of the google project containing the dataset | | ||
| default_dataset | The name of the dataset | | ||
| destination_cohort_table_prefix | The name of the preparation table that this step is creating | | ||
| fq_sample_mapping_table | The fully qualified table name of the samples to extract (e.g. <project>.<dataset>.sample_info) | |
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.
hmm looks like it's optional in the WDL---which would make sense since it looks like it's pretty easy for gatk or the WDL to figure out this table name...
e14dd90
to
8ec444f
Compare
I think this is all I need to add?