Skip to content

Commit

Permalink
update test to match demo config
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhsmith committed Apr 7, 2022
1 parent aa9dd7b commit 0141dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config/test_MAE.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def test_config(self,dropConfig,demo_dir):
'groups': ['mae'],
'qcGroups': ['mae'],
'gatkIgnoreHeaderCheck': True,
'padjCutoff': 0.05,
'allelicRatioCutoff': 0.8,
'padjCutoff': 0.5,
'allelicRatioCutoff': 0.7,
'maxAF': 0.001,
'addAF': False,
'maxVarFreqCohort': 1,
Expand Down

0 comments on commit 0141dc8

Please sign in to comment.