# tmpdir # # Directory used to store temporary files created during analysis etc. # This directory must exist and be writable. # # Example: # tmpdir = /path/to/tmp/ tmpdir = /path/to/tmp # datadir # # The location of the default file persistence created for each user. # Default behavior is a directory called "CLC_Data" placed in the users home directory # The Workbench will attempt to create this directory at launch # # The following variables will be substituted: # $user - the user name of the current user # $home - the home directory of the current user # $product - the short name of the workbench (example: clcgenomicswb) # # Examples: # datadir = $home/CLC_Data (default) # datadir = X:\clcstorage\$user (on a seperate disk or network mount in Windows) datadir = $home/clcdata