Skip to content

Commit

Permalink
add temp_dir into the default config
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Sep 21, 2015
1 parent 069652b commit 8a53d4a
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 8a53d4a

Please sign in to comment.