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 in ability to tweak sample-every-Nth-variant parameter for SNP model creation #8019

Merged
merged 5 commits into from
Sep 16, 2022

Conversation

rsasch
Copy link

@rsasch rsasch commented Sep 14, 2022

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

❗ No coverage uploaded for pull request base (ah_var_store@08c1ad7). Click here to learn what that means.
The diff coverage is n/a.

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

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?

Copy link
Author

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"
Copy link
Collaborator

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?

Copy link

@koncheto-broad koncheto-broad left a 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

@rsasch rsasch merged commit f427624 into ah_var_store Sep 16, 2022
@rsasch rsasch deleted the rsa_nth_variant_10 branch September 16, 2022 13:04
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.

4 participants