Skip to content

Commit

Permalink
Merge pull request #79 from mumichae/fix_export_key
Browse files Browse the repository at this point in the history
fix key error when not specifying export counts setting
  • Loading branch information
vyepez88 committed Jun 26, 2020
2 parents 3a0072f + dfe85cf commit e02ae85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drop/configHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def setDefaults(self, config, method=None):
# export settings
setKey(config, None, "exportCounts", dict(), verbose=VERBOSE)
gene_annotations = list(config["geneAnnotation"].keys())
setKey(config, ["exportCounts"], "geneAnnotation", gene_annotations, verbose=VERBOSE)
setKey(config, ["exportCounts"], "geneAnnotations", gene_annotations, verbose=VERBOSE)
setKey(config, ["exportCounts"], "excludeGroups", list(), verbose=VERBOSE)

# check consistency of gene annotations
Expand Down

0 comments on commit e02ae85

Please sign in to comment.