-
Notifications
You must be signed in to change notification settings - Fork 590
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 in ability to tweak sample-every-Nth-variant parameter for SNP model creation #8019
Conversation
…k in PopulateFilterSetInfo
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## ah_var_store #8019 +/- ##
================================================
Coverage ? 86.244%
Complexity ? 35197
================================================
Files ? 2173
Lines ? 165004
Branches ? 17792
================================================
Hits ? 142306
Misses ? 16372
Partials ? 6326 |
@@ -23,9 +23,11 @@ task SNPsVariantRecalibratorCreateModel { | |||
File dbsnp_resource_vcf_index | |||
Boolean use_allele_specific_annotations | |||
Int max_gaussians = 6 | |||
Int sample_every_nth_variant = 1 |
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.
Is this gonna override this value being set in the filter wdl?
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.
This is a default because the input in GvsCreateFilterSet (which sets this value) is optional.
@@ -398,14 +403,15 @@ task PopulateFilterSetInfo { | |||
runtime { | |||
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_d8a72b825eab2d979c8877448c0ca948fd9b34c7_change_to_hwe" | |||
memory: "3500 MB" | |||
disks: "local-disk 200 HDD" | |||
disks: "local-disk 250 HDD" |
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.
Disk is cheap - why not 500?
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.
only question I had was with including the monitoring script by default. The rest looks fine to me
Closes https://broadworkbench.atlassian.net/browse/VS-624