Skip to content

Commit

Permalink
Merge pull request #102 from fidelram/fix_config
Browse files Browse the repository at this point in the history
add temp_dir into the default config
  • Loading branch information
bgruening committed Sep 21, 2015
2 parents 069652b + 8a53d4a commit d1fe085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeptools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def checkProgram(program, args, where_to_download):
config = ConfigParser.ConfigParser()
config.add_section('general')
config.set('general', 'default_proc_number', 'max/2')
config.set('general', 'tmp_dir', 'default')

config.add_section('external_tools')
config.set('external_tools', 'sort', 'sort')
Expand Down

0 comments on commit d1fe085

Please sign in to comment.