Skip to content
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

Merged
merged 2 commits into from
Mar 2, 2022
Merged

Conversation

RoriCremer
Copy link
Contributor

I think this is all I need to add?

| ---------------- |-------------------------------------------------------------------------------------------------|
| 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 |
Copy link
Contributor

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.

Copy link
Contributor

@kcibul kcibul left a 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) |
Copy link
Contributor Author

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...

@RoriCremer RoriCremer merged commit 13003ff into ah_var_store Mar 2, 2022
@RoriCremer RoriCremer deleted the rc-vs-284-qc-update branch March 2, 2022 15:55
This was referenced Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants