Skip to content

Commit

Permalink
Merge pull request #85 from vyepez88/code_cleaning
Browse files Browse the repository at this point in the history
var freq in cohort added
  • Loading branch information
vyepez88 committed Jul 7, 2020
2 parents 0805ecf + 1ae9219 commit 6322b36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion drop/configHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ def setDefaults(self, config, method=None):
setKey(config, ["mae"], "gatkIgnoreHeaderCheck", True, verbose=VERBOSE)
setKey(config, ["mae"], "padjCutoff", .05, verbose=VERBOSE)
setKey(config, ["mae"], "allelicRatioCutoff", 0.8, verbose=VERBOSE)
setKey(config, ["mae"], "addAF", False, verbose=VERBOSE)
setKey(config, ["mae"], "maxAF", .001, verbose=VERBOSE)
setKey(config, ["mae"], "gnomAD", False, verbose=VERBOSE)
setKey(config, ["mae"], "maxVarFreqCohort", .05, verbose=VERBOSE)
setKey(config, ["mae"], "groups", None, verbose=VERBOSE)
setKey(config, ["mae"], "qcGroups", None, verbose=VERBOSE)

Expand Down
2 changes: 1 addition & 1 deletion drop/modules/mae-pipeline
1 change: 1 addition & 0 deletions drop/template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ mae:
allelicRatioCutoff: 0.8
addAF: false
maxAF: .001
maxVarFreqCohort: .05
# VCF-BAM matching
qcVcf: # path to common variant file e.g. qc_vcf_1000G.vcf.gz
qcGroups: mae
Expand Down

0 comments on commit 6322b36

Please sign in to comment.