Skip to content

Commit

Permalink
removing 0.05 from germline_detect_variants, maybe germline_filter sh…
Browse files Browse the repository at this point in the history
…ould be an optional variable?
  • Loading branch information
Evelyn Schmidt committed Jul 26, 2023
1 parent 82dab69 commit db2e609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/subworkflows/germline_detect_variants.wdl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ workflow germlineDetectVariants {
Array[String]? vep_to_table_fields
String final_tsv_prefix = "variants"
String gnomad_field_name = "gnomADe_AF" # only change with gnomad_filter annotation
Float germline_filter_gnomAD_maximum_population_allele_frequency = 0.05
Float germline_filter_gnomAD_maximum_population_allele_frequency
}

call f.freemix {
Expand Down

0 comments on commit db2e609

Please sign in to comment.