Skip to content

Commit

Permalink
Merge pull request #32 from vyepez88/code_cleaning
Browse files Browse the repository at this point in the history
Code cleaning
  • Loading branch information
vyepez88 committed Apr 15, 2020
2 parents 6f8cdf9 + 342df5c commit dc80c90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drop/configHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def setDefaults(self, config, method=None):
setKey(config, ["aberrantSplicing"], "filter", True, verbose=VERBOSE)
setKey(config, ["aberrantSplicing"], "minExpressionInOneSample", 20, verbose=VERBOSE)
setKey(config, ["aberrantSplicing"], "minDeltaPsi", 0, verbose=VERBOSE)
setKey(config, ["aberrantSplicing"], "correction", "PCA", verbose=VERBOSE)
setKey(config, ["aberrantSplicing"], "implementation", "PCA", verbose=VERBOSE)
setKey(config, ["aberrantSplicing"], "padjCutoff", 0.05, verbose=VERBOSE)
setKey(config, ["aberrantSplicing"], "zScoreCutoff", 0.05, verbose=VERBOSE)
setKey(config, ["aberrantSplicing"], "deltaPsiCutoff", 0.05, verbose=VERBOSE)
Expand Down
2 changes: 1 addition & 1 deletion drop/template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ aberrantSplicing:
filter: true
minExpressionInOneSample: 20
minDeltaPsi: 0
correction: PCA
implementation: PCA
padjCutoff: 0.05
zScoreCutoff: 0
deltaPsiCutoff: 0.3
Expand Down

0 comments on commit dc80c90

Please sign in to comment.