Skip to content

Commit d1fe085

Browse files
committed
Merge pull request #102 from fidelram/fix_config
add temp_dir into the default config
2 parents 069652b + 8a53d4a commit d1fe085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deeptools/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def checkProgram(program, args, where_to_download):
4949
config = ConfigParser.ConfigParser()
5050
config.add_section('general')
5151
config.set('general', 'default_proc_number', 'max/2')
52+
config.set('general', 'tmp_dir', 'default')
5253

5354
config.add_section('external_tools')
5455
config.set('external_tools', 'sort', 'sort')

0 commit comments

Comments
 (0)