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

add vqsr cutoffs to GvsExtractCallset wdl; clean up dockstore yml #7209

Merged
merged 9 commits into from
Apr 21, 2021

Conversation

mmorgantaylor
Copy link
Member

@mmorgantaylor mmorgantaylor commented Apr 16, 2021

@mmorgantaylor mmorgantaylor changed the title add vqsr cutoffs to GvsExtractCohort wdl; clean up dockstore yml add vqsr cutoffs to GvsExtractCallset wdl; clean up dockstore yml Apr 20, 2021
scripts/variantstore/wdl/GvsExtractCallset.wdl Outdated Show resolved Hide resolved
scripts/variantstore/wdl/GvsExtractCallset.wdl Outdated Show resolved Hide resolved
@@ -17,6 +17,13 @@ workflow GvsExtractCallset {
String? fq_filter_set_site_table
String? fq_filter_set_tranches_table
String? filter_set_name

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make the corresponding changes above to default these table names given a "default_dataset" etc? We can also make them non-optional, though we would need to check that works with ExtractCohort (ie if I specify those table names, but no filter set... I mean "don't filter"... we might explode right now in that scenario)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I'll give it a shot, we should think about what the decision-making input will be that decides whether to filter or not. right now it's whether --filter-set-info-table is input to the tool - maybe we should change that to be whether a filter set name is input? then we could have defaults for the table names like you suggest

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kcibul how does this look to you now? i tested that it works with and without filtering in Terra (i.e. providing filter-table-name, and setting do_not_filter_override to true, respectively)

@mmorgantaylor mmorgantaylor merged commit 1a0041b into ah_var_store Apr 21, 2021
@mmorgantaylor mmorgantaylor deleted the mmt_add_cutoffs_wdl branch April 21, 2021 16:03
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